forked from piair/MsRewards-Reborn
bump version.
This commit is contained in:
parent
a601c64feb
commit
bc94489ca0
@ -20,7 +20,9 @@ def custom_sleep(temps):
|
|||||||
else:
|
else:
|
||||||
sleep(temps)
|
sleep(temps)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("attente annulée")
|
info("Wait canceled.")
|
||||||
|
except Exception as err:
|
||||||
|
error(err)
|
||||||
|
|
||||||
|
|
||||||
def format_error(e) -> str:
|
def format_error(e) -> str:
|
||||||
|
Loading…
Reference in New Issue
Block a user