bump version.

This commit is contained in:
piair 2024-02-27 15:18:45 +01:00
parent a601c64feb
commit bc94489ca0
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -1 +1 @@
v6.8.5
v6.8.6