Skip to content

Commit

Permalink
Update gcal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matze19999 authored Dec 24, 2019
1 parent 315a932 commit c2533dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main():
'credentials.json', SCOPES)
creds = flow.run_local_server(port=0)
except FileNotFoundError:
print("Du hast vergessen die Datei credentials.json herunterzuladen! Bitte nachholen.")
print("\nDu hast vergessen die Datei credentials.json herunterzuladen!\n\nBitte auf folgender Website den Button 'Enable the Google Calender API' drücken.")
time.sleep(3)
url = "https://developers.google.com/calendar/quickstart/python"
webbrowser.open(url)
Expand Down Expand Up @@ -163,7 +163,7 @@ def main():
print("Termin gefunden: " + start, event['summary'])

except FileNotFoundError:
print("\nKeine CSV Datei gefunden! Evtl. wurden in Outlook keine Termine gefunden oder das PowerShell Script wurde nicht gestartet!")
print("\nKeine CSV Datei gefunden! Evtl. wurden in Outlook keine Termine gefunden oder das PowerShell Script wurde nicht gestartet!\n")
exit(1)

os.remove("events.csv")
Expand Down

0 comments on commit c2533dc

Please sign in to comment.