Arafath10 commited on
Commit
0700888
·
verified ·
1 Parent(s): 6cf8301

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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