Removed a debug line I forgot about
This commit is contained in:
@ -109,7 +109,6 @@ def load_images(imgNames):
|
|||||||
else:
|
else:
|
||||||
imgList += imgLine
|
imgList += imgLine
|
||||||
loadedImgs[name] = json.loads(imgList)
|
loadedImgs[name] = json.loads(imgList)
|
||||||
print(loadedImgs)
|
|
||||||
return loadedImgs
|
return loadedImgs
|
||||||
|
|
||||||
def get_calendar(username):
|
def get_calendar(username):
|
||||||
|
Reference in New Issue
Block a user