This commit is contained in:
hoernschen 2020-11-04 17:02:29 +01:00
parent fff0170e60
commit 2064e176be
2 changed files with 4 additions and 314 deletions

View file

@ -13,8 +13,10 @@ from datetime import datetime
# %% # %%
MAXTIME = 365 MAXTIME = 365
RESULT_FOLDER = "results" RESULT_FOLDER = "results"
CLIENTID = "hoernschen" # These two informations are needed so the OAuth-Session can be established
TOKEN = "8f8f5c00e15f7ae7dc6dcbc38b01015c1c1a51d9" CLIENTID = ""
TOKEN = ""
FILE = "decentral_communication_protocols.csv" FILE = "decentral_communication_protocols.csv"
@ -204,5 +206,3 @@ if __name__ == "__main__":
print("Start") print("Start")
main() main()
print("End") print("End")

File diff suppressed because one or more lines are too long