rel 0.9
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user