renamed /getMeteoroid to /getMeteoroids
small corrections in ip daemon
This commit is contained in:
parent
89d681d10f
commit
436ef35d46
7 changed files with 30 additions and 16 deletions
|
@ -60,7 +60,7 @@ def write_ip_to_screen():
|
|||
Logging.get_logger().info(f"writing {ip} to display")
|
||||
Display.write(1, "Current IP:")
|
||||
Display.write(2, ip)
|
||||
time.sleep(60)
|
||||
time.sleep(5)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Reference in a new issue