Skip to content
Snippets Groups Projects
Commit 23a2f754 authored by Martin Mareš's avatar Martin Mareš
Browse files

Fix předchozího commitu

parent 741636e4
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ class Garant(mo.csv.Row): ...@@ -10,7 +10,7 @@ class Garant(mo.csv.Row):
jmeno: str = "" jmeno: str = ""
email: str = "" email: str = ""
f = open('data/garanti/garanti.csv') f = open('extra/garanti/garanti.csv')
rows = mo.csv.read(f, mo.csv.FileFormat.en_csv, Garant) rows = mo.csv.read(f, mo.csv.FileFormat.en_csv, Garant)
for g in rows: for g in rows:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment