Files
dovholuknf ff86fc4a68 fixes #760
* 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)
2024-12-10 15:12:02 -05:00

6 lines
92 B
Python

def hello_world():
print("Hello, World!")
if __name__ == "__main__":
hello_world()