cycls 0.0.2.39__py3-none-any.whl → 0.0.2.40__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
cycls/sdk.py CHANGED
@@ -65,7 +65,6 @@ class Agent:
65
65
 
66
66
  i["config"][6] = False
67
67
 
68
- # copy={str(cycls_path.joinpath('theme')):"public", str(cycls_path)+"/web.py":"web.py"}
69
68
  copy={str(self.theme):"public", str(cycls_path)+"/web.py":"web.py"}
70
69
  copy.update({i:i for i in self.copy})
71
70
 
@@ -115,5 +114,5 @@ class Agent:
115
114
 
116
115
  # docker system prune -af
117
116
  # poetry config pypi-token.pypi <your-token>
118
- # poetry run python agent-cycls.py
117
+ # poetry run python agent-deploy.py
119
118
  # poetry publish --build