peng 1 anno fa
parent
commit
7d0161d427
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Object/ApschedulerObject.py

+ 1 - 1
Object/ApschedulerObject.py

@@ -16,7 +16,7 @@ class ApschedulerObject:
             })
         self.scheduler.add_jobstore(DjangoJobStore(), 'default')
         self.scheduler.start()
-        self.conn = rpyc.connect('localhost', 12345)
+        # self.conn = rpyc.connect('localhost', 12345)
 
     @staticmethod
     def auto_hello():  # 任务