dever il y a 7 ans
Parent
commit
5c34fad56b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cron.py

+ 1 - 1
cron.py

@@ -5,7 +5,7 @@ from demeter.core import *
 from gevent import monkey; monkey.patch_socket()
 from gevent import monkey; monkey.patch_socket()
 import gevent
 import gevent
 '''
 '''
-timeSleep = 30
+timeSleep = 15
 
 
 def command(file):
 def command(file):
 	return 'python '+File.path()+'convert.py -f ' + file
 	return 'python '+File.path()+'convert.py -f ' + file