3v324v23 commited on
Commit
864f6e0
·
1 Parent(s): 6860b2d

adding httpx

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ import json
33
  import threading
34
  import os
35
  from collections import OrderedDict
 
36
 
37
  API_TOKEN=os.getenv("API_TOKEN")
38
 
 
33
  import threading
34
  import os
35
  from collections import OrderedDict
36
+ import httpx
37
 
38
  API_TOKEN=os.getenv("API_TOKEN")
39