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