Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.95
startTask
Method · 0.80
qrLogin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected