Spaces:
Runtime error
Runtime error
tracinginsights
commited on
Commit
·
82c5a29
1
Parent(s):
33f8d0c
Update main.py
Browse files
main.py
CHANGED
@@ -6,4 +6,4 @@ GITHUB_PAT = os.environ['GITHUB']
|
|
6 |
if not os.path.exists('repo_directory'):
|
7 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/fastf1api.git', 'repo_directory' )
|
8 |
|
9 |
-
from repo_directory import *
|
|
|
6 |
if not os.path.exists('repo_directory'):
|
7 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/fastf1api.git', 'repo_directory' )
|
8 |
|
9 |
+
from repo_directory.main import *
|