Changed verbose mode to log level INFO

This commit is contained in:
2019-10-19 09:22:01 +02:00
parent 7384c85567
commit 857ce38b57

View File

@ -312,7 +312,7 @@ if __name__ == '__main__':
print("Working the magic, please wait…") print("Working the magic, please wait…")
if args.log: if args.log:
logging.getLogger().setLevel(logging.DEBUG) logging.getLogger().setLevel(logging.INFO)
if args.day: if args.day:
movies = TVGuideScraper._getMovies() movies = TVGuideScraper._getMovies()
else: else: