diff --git a/03 Vyber.py b/03 Vyber.py index 3905c37..41b6558 100644 --- a/03 Vyber.py +++ b/03 Vyber.py @@ -30,7 +30,7 @@ def prepare_processed_rcs(): con=get_medicus_connection() cur=con.cursor() -cur.execute("select rodcis, prijmeni, jmeno from kar where rodcis starting with '5'") +cur.execute("select rodcis, prijmeni, jmeno from kar where rodcis starting with '3'") rc_set_vzp=prepare_processed_rcs()