mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 00:36:32 +08:00
connect tools
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user