mirror of
https://github.com/openziti/desktop-edge-win.git
synced 2026-09-16 15:55:07 +00:00
ff86fc4a68
* changes the stall detection from 3 iterations (~15s) to 12 iterations (~60s) * allows the user to change this setting if they are an administrator (no ipc support)
6 lines
92 B
Python
6 lines
92 B
Python
def hello_world():
|
|
print("Hello, World!")
|
|
|
|
if __name__ == "__main__":
|
|
hello_world()
|