Spaces:
Runtime error
Runtime error
tracinginsights
commited on
Commit
·
6ff62d3
1
Parent(s):
197bff0
Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,7 @@ 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.
|
10 |
|
11 |
# import datetime
|
12 |
# import os
|
|
|
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 *
|
10 |
|
11 |
# import datetime
|
12 |
# import os
|