izuemon commited on
Commit
2e58557
Β·
verified Β·
1 Parent(s): 3f49d8c

Update watcher.py

Browse files
Files changed (1) hide show
  1. 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