Просмотр исходного кода

Removed response logging, no longer needed

allens 1 неделя назад
Родитель
Сommit
04a3ed0ae2
1 измененных файлов с 0 добавлено и 1 удалено
  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