Spaces:
Build error
Build error
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -3,6 +3,7 @@ import json
|
|
| 3 |
import re
|
| 4 |
from specklepy.transports.server import ServerTransport
|
| 5 |
from specklepy.api import operations
|
|
|
|
| 6 |
|
| 7 |
def get_database_properties(database_pages):
|
| 8 |
# Iterate through the results (each page corresponds to a row in the database)
|
|
|
|
| 3 |
import re
|
| 4 |
from specklepy.transports.server import ServerTransport
|
| 5 |
from specklepy.api import operations
|
| 6 |
+
import time
|
| 7 |
|
| 8 |
def get_database_properties(database_pages):
|
| 9 |
# Iterate through the results (each page corresponds to a row in the database)
|