connect tools

This commit is contained in:
MoreTore
2024-06-15 20:57:30 -04:00
parent f47cc80372
commit 259dfbdcdc
15 changed files with 385 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import os
import requests
API_HOST = os.getenv('API_HOST', 'https://api.commadotai.com')
API_HOST = os.getenv('API_HOST', 'https://connect-api.duckdns.org')
class CommaApi():
def __init__(self, token=None):