Skip to content

Commit

Permalink
fix #4682
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed May 9, 2023
1 parent 6331704 commit a8f5347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def check_sync_paths(self, sid=None, compatibility=None, rename=None, enabled=No
"""
检查配置的同步目录
"""
ret = self.dbhelper.delete_config_sync_path(
ret = self.dbhelper.check_config_sync_paths(
sid=sid,
compatibility=compatibility,
rename=rename,
Expand Down

0 comments on commit a8f5347

Please sign in to comment.