Spaces:
Runtime error
Runtime error
Commit
·
41479e9
1
Parent(s):
d606340
Update main.py
Browse files
main.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
from git import Repo
|
2 |
-
import os
|
3 |
|
4 |
-
GITHUB_PAT = os.environ['GITHUB']
|
5 |
|
6 |
-
if not os.path.exists('repo_directory'):
|
7 |
-
|
8 |
|
9 |
-
from repo_directory import *
|
|
|
1 |
+
# from git import Repo
|
2 |
+
# import os
|
3 |
|
4 |
+
# GITHUB_PAT = os.environ['GITHUB']
|
5 |
|
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 *
|