Make 'some' changes and add Dockerfile

This commit is contained in:
Marco Thomas
2020-08-31 14:19:43 +02:00
parent 8b54dcf968
commit 6be6e96768
23 changed files with 129 additions and 179 deletions

View File

@@ -5,7 +5,6 @@ so all other files can call it from here
"""
try:
from data.media import __media_anime__, __media_girl__
from data.memes import __memes_list__
from memes import __memes_list__
except ImportError as error:
print(f"Error while importing: {error}")