Spaces:
Sleeping
Sleeping
Update API.py
Browse files
API.py
CHANGED
|
@@ -19,7 +19,7 @@ from google.oauth2 import service_account
|
|
| 19 |
import pygsheets
|
| 20 |
import numpy as np
|
| 21 |
from datetime import datetime
|
| 22 |
-
from save_thread_result import ThreadWithResult
|
| 23 |
from threading import Thread, Event
|
| 24 |
|
| 25 |
prjnamesURL= 'https://docs.google.com/spreadsheets/d/1I4P7wiCXTAwnld0YQfUJC8bPtuiETna1HGWVuHbuDBk/edit#gid=0'
|
|
|
|
| 19 |
import pygsheets
|
| 20 |
import numpy as np
|
| 21 |
from datetime import datetime
|
| 22 |
+
# from save_thread_result import ThreadWithResult
|
| 23 |
from threading import Thread, Event
|
| 24 |
|
| 25 |
prjnamesURL= 'https://docs.google.com/spreadsheets/d/1I4P7wiCXTAwnld0YQfUJC8bPtuiETna1HGWVuHbuDBk/edit#gid=0'
|