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…")
|
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:
|
||||||
|
Reference in New Issue
Block a user