Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -21,7 +21,7 @@ page = 1
|
|
21 |
async def your_continuous_function():
|
22 |
import pandas as pd
|
23 |
import requests
|
24 |
-
import json
|
25 |
global page
|
26 |
async with httpx.AsyncClient() as client:
|
27 |
|
|
|
21 |
async def your_continuous_function():
|
22 |
import pandas as pd
|
23 |
import requests
|
24 |
+
import json,httpx
|
25 |
global page
|
26 |
async with httpx.AsyncClient() as client:
|
27 |
|