Update wk.py
Browse files
wk.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from apscheduler.schedulers.blocking import BlockingScheduler
|
| 2 |
import requests
|
| 3 |
|
| 4 |
-
url = "https://geek7-
|
| 5 |
|
| 6 |
scheduler = BlockingScheduler()
|
| 7 |
|
|
|
|
| 1 |
from apscheduler.schedulers.blocking import BlockingScheduler
|
| 2 |
import requests
|
| 3 |
|
| 4 |
+
url = "https://geek7-ztxi3.hf.space"
|
| 5 |
|
| 6 |
scheduler = BlockingScheduler()
|
| 7 |
|