Skip to content

Commit

Permalink
Fix path error in entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooling0602 committed Nov 8, 2024
1 parent ea3353e commit b75e804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matrix_sync/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# Framwork ver: 2.4.0-3
def on_load(server: PluginServerInterface, old):
load_config()
server.logger.info(matrix_sync.config.load_tip)
server.logger.info(matrix_sync.utils.config.load_tip)
check_config()
do_unload = matrix_sync.config.do_unload
do_unload = matrix_sync.utils.config.do_unload
if do_unload:
server.unload_plugin("matrix_sync")
else:
Expand Down

0 comments on commit b75e804

Please sign in to comment.