Spaces:
Running
Running
Commit
·
cc670ae
1
Parent(s):
0495d99
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ GITHUB_PAT = os.environ['GITHUB']
|
|
5 |
|
6 |
|
7 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
8 |
-
import
|
9 |
|
10 |
|
11 |
#import pygit2
|
|
|
5 |
|
6 |
|
7 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
8 |
+
from repo_directory import *
|
9 |
|
10 |
|
11 |
#import pygit2
|