Spaces:
Running
Running
Update watcher.py
Browse files- watcher.py +0 -2
watcher.py
CHANGED
|
@@ -135,7 +135,6 @@ def main():
|
|
| 135 |
latest_msg = msg
|
| 136 |
|
| 137 |
if not latest_msg:
|
| 138 |
-
print("ζ‘δ»Άγ«εγ message γθ¦γ€γγγΎγγγ§γγ")
|
| 139 |
time.sleep(10)
|
| 140 |
continue
|
| 141 |
|
|
@@ -143,7 +142,6 @@ def main():
|
|
| 143 |
youtube_id = extract_youtube_id(text)
|
| 144 |
|
| 145 |
if not youtube_id:
|
| 146 |
-
print("YouTube ID γθ¦γ€γγγΎγγ")
|
| 147 |
time.sleep(10)
|
| 148 |
continue
|
| 149 |
|
|
|
|
| 135 |
latest_msg = msg
|
| 136 |
|
| 137 |
if not latest_msg:
|
|
|
|
| 138 |
time.sleep(10)
|
| 139 |
continue
|
| 140 |
|
|
|
|
| 142 |
youtube_id = extract_youtube_id(text)
|
| 143 |
|
| 144 |
if not youtube_id:
|
|
|
|
| 145 |
time.sleep(10)
|
| 146 |
continue
|
| 147 |
|