fix indentation

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

View File

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