Skip to content

Commit 312f1b7

Browse files
committed
WIP
1 parent db45e7e commit 312f1b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdm_client/cdm_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def run(self) -> None:
5656
try:
5757
self._update_status()
5858
self._download_files()
59-
sleep(30)
6059
except Exception: # pylint: disable=broad-except
6160
self._logger.exception("An error occurred.")
61+
sleep(30)
6262

6363

6464
def main() -> None:

0 commit comments

Comments
 (0)