Skip to content

Commit

Permalink
updated gitignore, removed .vscode, console log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timreibe committed May 7, 2021
1 parent 196a017 commit be3c039
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/
.vscode/settings.json
.vscode/
__pycache__/

*.DS_Store
Expand Down
22 changes: 0 additions & 22 deletions .vscode/launch.json

This file was deleted.

2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def login(self):
zugewiesene_impfstoffe.update(verfuegbare_q["impfstoffe"])

self.log.info("Erfolgreich mit Code eingeloggt")
self.log.info(f"Zugewiesene Impfstoffe: {str(zugewiesene_impfstoffe)}")
self.log.info(f"Mögliche Impfstoffe: {str(zugewiesene_impfstoffe)}")
print(" ")

return True
Expand Down

0 comments on commit be3c039

Please sign in to comment.