This commit is contained in:
2024-12-22 17:20:59 +01:00
parent 974464aa5d
commit 368bf9fa82
4 changed files with 44 additions and 2 deletions

View File

@@ -15,5 +15,6 @@ print(f"Inizio elaborazione per {username} (PID: {os.getpid()})")
try:
while True:
time.sleep(5) # Simula un lavoro in corso
print(os.getenv('WALLET_MASTER_PASSWORD'))
except KeyboardInterrupt:
print(f"Processo per {username} terminato")