Przeglądaj źródła

Removed response logging, no longer needed

allens 6 dni temu
rodzic
commit
04a3ed0ae2
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      ownchatbot/owncast_com.py

+ 0 - 1
ownchatbot/owncast_com.py

@@ -31,7 +31,6 @@ def live_now():  # Check if stream is live
         url = f'{owncast_url}/api/status'
         try:
             response = requests.get(url)
-            current_app.logger.info(response)
         except requests.exceptions.RequestException as cserror:
             current_app.logger.error(f'Couldn\'t check if stream is live: {cserror.args[0]}')
             return False