Skip to content

Commit

Permalink
🐛 4.1.5: Fixed tiktok.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Apr 10, 2024
1 parent f25c4e1 commit 725fbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AddonCleaner:
动态脚本导入
"""

def __init__(self, path: str = "./addons/"):
def __init__(self, path: str = "addons"):
"""
模块管理中心
:param path: 加载路径
Expand Down
2 changes: 1 addition & 1 deletion utils/websocket/ws_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ async def main():
port = 8765

from utils.cleaner import addon
addon.init_addons('./addons')
addon.init_addons(["addons/builtin", "addons/"])
await server(host, port)

if __name__ == '__main__':
Expand Down

0 comments on commit 725fbcd

Please sign in to comment.