Change to enabled duration

This commit is contained in:
redfast00 2019-10-01 01:23:59 +02:00
parent 54c84edde2
commit 63dd730986
No known key found for this signature in database
GPG Key ID: 5946E0E34FD0553C
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def reset_color():
change_color('Z', 'g')
release_keys()
def beep(code='ff'):
def beep(code='fff'):
write_report(NULL_CHAR * 2 + chr(0x29) + NULL_CHAR * 5)
release_keys()
for char in code: