Skip to content

Commit

Permalink
feat: add log message to first_run_setup()
Browse files Browse the repository at this point in the history
ok well it's a print() statement not a log message...
  • Loading branch information
RalphORama committed Oct 20, 2023
1 parent ad7d143 commit 3aed080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rss2jext.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def first_run_setup():
These files will be accessible on the host machine from the Docker image.
"""
print("[first run] copying res/ to data/")
shutil.copytree(__resource_dir__, __data_dir__)


Expand Down

0 comments on commit 3aed080

Please sign in to comment.