Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 6, 2025
1 parent 3dc0fad commit 57d37a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ def handle_pong(self, message: Message):

@property
def pictures_folder(self) -> str:
folder = self.settings.get("pictures_folder", "~/Pictures")
os.makedirs(folder, exist_ok=True)
return folder
return self.settings.get("pictures_folder", "~/Pictures")

def play_camera_sound(self):
if self.settings["play_sound"]:
Expand Down

0 comments on commit 57d37a9

Please sign in to comment.