Spaces:
Sleeping
Sleeping
Update Utilities.py
Browse files- Utilities.py +1 -1
Utilities.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
import sys,yaml
|
| 3 |
-
filepath = "
|
| 4 |
|
| 5 |
# Read the config file to get tokens/API keys
|
| 6 |
def get_tokens():
|
|
|
|
| 1 |
|
| 2 |
import sys,yaml
|
| 3 |
+
filepath = "token.yaml"
|
| 4 |
|
| 5 |
# Read the config file to get tokens/API keys
|
| 6 |
def get_tokens():
|