This commit is contained in:
NikolajDanger
2020-03-31 01:37:31 +02:00
parent b389988a92
commit d9f1e23481
5 changed files with 48 additions and 14 deletions

View File

@ -4,6 +4,7 @@ import logging
logging.basicConfig(filename="gwendolyn.log", level=logging.INFO)
# Picks a random movie and returns information about it
def movieFunc():
try:
print("Creating IMDb object")