Some fixing

This commit is contained in:
Krateng
2018-11-30 16:01:32 +01:00
parent 19dc86d32a
commit 239e0bb729
3 changed files with 14 additions and 5 deletions
+1
View File
@@ -24,6 +24,7 @@ lastsync = 0
### symmetric keys are fine for now since we hopefully use HTTPS
def loadAPIkeys():
global clients
createTSV("clients/authenticated_machines.tsv")
clients = parseTSV("clients/authenticated_machines.tsv","string","string")
def checkAPIkey(k):