fix indentation

This commit is contained in:
anonymous
2019-12-22 09:27:49 +00:00
parent 862e8e632e
commit 0948b52e68

View File

@@ -136,8 +136,8 @@ class APILoader:
def run(self):
while True:
try:
self.loadData()
except Exception as e:
self.loadData()
except Exception as e:
print("Unable to load API data:", e)
time.sleep(self.delay)