MCPcopy
hub / github.com/zas023/JdBuyer / start

Method start

timer.py:14–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 self.sleepInterval = sleepInterval
13
14 def start(self):
15 now_time = datetime.now
16 while True:
17 if now_time() >= self.buy_time:
18 break
19 else:
20 time.sleep(self.sleepInterval)

Callers 3

runMethod · 0.95
startTaskMethod · 0.80
qrLoginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected