[Nym3-commit] r521 - trunk/tools/server
jr at conuropsis.org
jr at conuropsis.org
Thu Jun 22 22:27:19 CEST 2006
Author: jr
Date: 2006-06-22 22:27:19 +0200 (Thu, 22 Jun 2006)
New Revision: 521
Modified:
trunk/tools/server/Account_handler.py
Log:
- Add a time.sleep in the batch mode
Modified: trunk/tools/server/Account_handler.py
===================================================================
--- trunk/tools/server/Account_handler.py 2006-06-20 22:34:13 UTC (rev 520)
+++ trunk/tools/server/Account_handler.py 2006-06-22 20:27:19 UTC (rev 521)
@@ -90,6 +90,7 @@
nymUser.store(msg)
midIns = nymUser.syn[-1][0][0]
nymUser.index[midIns]['time'] = target_time
+ time.sleep(1)
sys.exit(0)
if args[1] == "help":
More information about the Nym3-commit
mailing list