Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Mar 22, 2024
1 parent 51fae51 commit 9ba4f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_sync_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
mc_pull,
MediaSyncError,
)
from config import config, validate_config, ConfigError
from config import config, validate_config, ConfigError, update_config_path
from version import __version__


Expand Down

0 comments on commit 9ba4f06

Please sign in to comment.