Skip to content

Commit

Permalink
Fixed using --images. refs: #25
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Mar 25, 2022
1 parent 12340a0 commit 87e2fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moncic/moncic.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ def set_imagedir(self, imagedir: str):
"""
Set the image directory, overriding the one from config
"""
self.image_storage = imagestorage.ImageStorage.create(imagedir)
self.image_storage = imagestorage.ImageStorage.create(self, imagedir)

0 comments on commit 87e2fb8

Please sign in to comment.