Rename manual mode to raw mode

Make it callable from the console.
Increase the coefficient.
Corresponding change in pyflix.
pyflix@0.11.
This commit is contained in:
Oleg Kalachev
2025-11-25 04:44:16 +03:00
parent d757ffa853
commit 4d583185a9
5 changed files with 12 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ class Flix:
_connection_timeout = 3
_print_buffer: str = ''
_modes = ['MANUAL', 'ACRO', 'STAB', 'AUTO']
_modes = ['RAW', 'ACRO', 'STAB', 'AUTO']
def __init__(self, system_id: int=1, wait_connection: bool=True):
if not (0 <= system_id < 256):