small key fix

This commit is contained in:
vanous 2021-02-22 15:30:43 +01:00
parent e353ae5668
commit 412e6f3abc

View File

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