Skip to content

Commit 4fbccb5

Browse files
committed
Better indentation.
1 parent 2df376d commit 4fbccb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ def _run_update_loop(self):
223223
self.stats["update_extended_data_failure"] += 1
224224
self._add_error(error_desc)
225225
time.sleep(30)
226-
except Exception as e:
227-
self.logging.info(f"💀 update loop got error: {e}\nSleeping a few minutes and retrying.")
228-
time.sleep(600)
226+
except Exception as e:
227+
self.logging.info(f"💀 update loop got error: {e}\nSleeping a few minutes and retrying.")
228+
time.sleep(600)
229229
except Exception as e:
230230
self.logging.info(f"💀 update loop terminates: {e}")
231231
finally:

0 commit comments

Comments
 (0)