Browse Source

Merge remote-tracking branch 'remotes/origin/peng' into test

Ansjer 1 year ago
parent
commit
7ad5a96038
1 changed files with 1 additions and 1 deletions
  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():  # 任务