Skip to content

Commit fd2aac1

Browse files
committed
zbedna autoryzacja i małe poprawki
1 parent 911ffa0 commit fd2aac1

3 files changed

Lines changed: 3 additions & 23 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
venv
22
__pycache__
33
*.pyc
4+
*.spec

auth.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

familiada.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def terminate_error(error_description):
3535
# Read data from the disk
3636
current_dir = os.path.dirname(os.path.abspath(__file__))
3737
# lepiej zrobić pulpit na start, do finalnej wersji bo jak sie d exe spakuje to wywala do jakiegoś folderu temp,
38-
# gdzie jest interpreter pythona przenosny z Pyinstallera current_dir=os.path.join(os.path.join(os.environ['USERPROFILE']), 'Desktop')
38+
# gdzie jest interpreter pythona przenosny z Pyinstallera
39+
# current_dir=os.path.join(os.path.join(os.environ['USERPROFILE']), 'Desktop')
3940

4041
filename = filedialog.askopenfilename(initialdir=current_dir, title="Wybierz plik z danymi", filetypes=(("csv files", "*.csv"), ("all files", "*.*")))
4142

0 commit comments

Comments
 (0)