Mbonea commited on
Commit
396e68a
·
1 Parent(s): a2f055e

global proxy

Browse files
Files changed (1) hide show
  1. App/Chat/PoeChatrouter.py +1 -0
App/Chat/PoeChatrouter.py CHANGED
@@ -21,6 +21,7 @@ class InputData(BaseModel):
21
 
22
 
23
  async def fetch_predictions(data):
 
24
  proxy_set = proxy != ""
25
  if not proxy_set:
26
  try:
 
21
 
22
 
23
  async def fetch_predictions(data):
24
+ global proxy
25
  proxy_set = proxy != ""
26
  if not proxy_set:
27
  try: