Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- imcui/ui/app_class.py +1 -1
imcui/ui/app_class.py
CHANGED
|
@@ -19,7 +19,7 @@ from .utils import (
|
|
| 19 |
send_to_match,
|
| 20 |
)
|
| 21 |
import os
|
| 22 |
-
GITHUB_TOKEN = '
|
| 23 |
GOOGLE_TOKEN = '1qnxd5DKomsYUH9_8dQ4Xvwatg_vI-vsh'
|
| 24 |
if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
|
| 25 |
print("**********************************")
|
|
|
|
| 19 |
send_to_match,
|
| 20 |
)
|
| 21 |
import os
|
| 22 |
+
GITHUB_TOKEN = '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'
|
| 23 |
GOOGLE_TOKEN = '1qnxd5DKomsYUH9_8dQ4Xvwatg_vI-vsh'
|
| 24 |
if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
|
| 25 |
print("**********************************")
|