Update transmit.py print mode m error

master-bg
Alan Johnston 1 week ago committed by GitHub
parent fefeb33b94
commit ffc5f3af50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1084,7 +1084,8 @@ if __name__ == "__main__":
sleep(0.5) sleep(0.5)
except: except Exception as e:
print(f"An error occurred: {e}")
# command_control_check() # command_control_check()
sleep(1) sleep(1)
elif (mode == 'm'): elif (mode == 'm'):

Loading…
Cancel
Save

Powered by TurnKey Linux.