Revert "Version 2.3.4"

This reverts commit ced919ca93.
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 20:26:22 +02:00
parent 261b85eedd
commit d24cc0b82f
5 changed files with 20 additions and 26 deletions

View File

@ -11,7 +11,6 @@ _name = None
config = None
_cpu_stats = {}
def set_name(new_name):
if new_name is None:
return
@ -42,7 +41,7 @@ def set_name(new_name):
fp.write(patched)
os.system("hostname '%s'" % new_name)
reboot()
pwnagotchi.reboot()
def name():