cycls 0.0.2.51__tar.gz → 0.0.2.52__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cycls
3
- Version: 0.0.2.51
3
+ Version: 0.0.2.52
4
4
  Summary: Cycls SDK
5
5
  Author: Mohammed J. AlRujayi
6
6
  Author-email: mj@cycls.com
@@ -62,7 +62,8 @@ class Agent:
62
62
  if len(self.registered_functions) > 1:
63
63
  print(f"⚠️ Warning: Multiple agents found. Running '{i['name']}'.")
64
64
 
65
- i["config"][1] = False
65
+ # i["config"][1] = False
66
+ i["config"][1] = prod
66
67
 
67
68
  copy={str(self.theme):"theme", str(CYCLS_PATH)+"/web.py":"web.py"}
68
69
  copy.update({i:i for i in self.copy})
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cycls"
3
- version = "0.0.2.51"
3
+ version = "0.0.2.52"
4
4
 
5
5
  packages = [{ include = "cycls" }]
6
6
  include = ["cycls/theme/**/*"]
File without changes
File without changes
File without changes
File without changes