mirror of
https://github.com/okalachev/flix.git
synced 2026-02-17 07:31:56 +00:00
Various minor fixes
This commit is contained in:
@@ -13,7 +13,7 @@ lines = []
|
||||
|
||||
print('Downloading log...')
|
||||
count = 0
|
||||
dev.write('log\n'.encode())
|
||||
dev.write('log dump\n'.encode())
|
||||
while True:
|
||||
line = dev.readline()
|
||||
if not line:
|
||||
|
||||
Reference in New Issue
Block a user