made testing a bit cleaner with gcloud

master
Blatzar 2020-06-24 16:52:56 +00:00 committed by GitHub
parent 6793c56b1f
commit e7dae3638e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def command(test_query):
"""Test all sites to see which ones are working and which ones aren't. Test naruto as a default."""
util.print_info(__version__)
logger = logging.getLogger("anime_downloader")
logger.setLevel(logging.WARNING)
logger.setLevel(logging.ERROR)
threads = []