mirror of
https://codeberg.org/vanous/huafetcher.git
synced 2025-01-10 15:12:01 +01:00
small key fix
This commit is contained in:
parent
e353ae5668
commit
412e6f3abc
2
main.py
2
main.py
@ -367,7 +367,7 @@ class Main(App):
|
|||||||
key=""
|
key=""
|
||||||
for device_key in device_keys:
|
for device_key in device_keys:
|
||||||
debug_print(f"{device_key} {device_keys[device_key]}")
|
debug_print(f"{device_key} {device_keys[device_key]}")
|
||||||
key=f"{device_key} {device_keys[device_key]}"
|
key=f"{device_keys[device_key]}"
|
||||||
|
|
||||||
if key=="":
|
if key=="":
|
||||||
self.instructions_label.text="No keys on the server"
|
self.instructions_label.text="No keys on the server"
|
||||||
|
Loading…
Reference in New Issue
Block a user