This commit is contained in:
Mark Qvist
2025-02-23 15:18:12 +01:00
parent 5fcdd17665
commit db576d73bb
3 changed files with 37 additions and 35 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def notice_job():
while compiling:
if time.time() > started+notice_delay and compiling:
noticed = True
print("Compiling Reticulum object code... ", end="")
print("Compiling RNS object code... ", end="")
sys.stdout.flush()
break
time.sleep(0.1)