Changes
This commit is contained in:
parent
fff0170e60
commit
2064e176be
2 changed files with 4 additions and 314 deletions
|
@ -13,8 +13,10 @@ from datetime import datetime
|
|||
# %%
|
||||
MAXTIME = 365
|
||||
RESULT_FOLDER = "results"
|
||||
CLIENTID = "hoernschen"
|
||||
TOKEN = "8f8f5c00e15f7ae7dc6dcbc38b01015c1c1a51d9"
|
||||
# These two informations are needed so the OAuth-Session can be established
|
||||
CLIENTID = ""
|
||||
TOKEN = ""
|
||||
|
||||
FILE = "decentral_communication_protocols.csv"
|
||||
|
||||
|
||||
|
@ -204,5 +206,3 @@ if __name__ == "__main__":
|
|||
print("Start")
|
||||
main()
|
||||
print("End")
|
||||
|
||||
|
||||
|
|
310
Untitled.ipynb
310
Untitled.ipynb
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue