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