Changed verbose mode to log level INFO
This commit is contained in:
@ -312,7 +312,7 @@ if __name__ == '__main__':
|
||||
|
||||
print("Working the magic, please wait…")
|
||||
if args.log:
|
||||
logging.getLogger().setLevel(logging.DEBUG)
|
||||
logging.getLogger().setLevel(logging.INFO)
|
||||
if args.day:
|
||||
movies = TVGuideScraper._getMovies()
|
||||
else:
|
||||
|
Reference in New Issue
Block a user