mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 04:30:36 +00:00
dotenv fix, gitignore update
This commit is contained in:
parent
9c7339042f
commit
ba3422d452
4 changed files with 23 additions and 49 deletions
|
|
@ -8,7 +8,7 @@ from python.helpers import files
|
|||
class CloudflareTunnel:
|
||||
def __init__(self, port: int):
|
||||
self.port = port
|
||||
self.bin_dir = "bin" # Relative path
|
||||
self.bin_dir = "tmp" # Relative path
|
||||
self.cloudflared_path = None
|
||||
self.tunnel_process = None
|
||||
self.tunnel_url = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue