Spaces:
Running
Running
vlff李飞飞
commited on
Commit
·
2ab9e99
1
Parent(s):
2baed60
use token
Browse files
qwen_server/database_server.py
CHANGED
@@ -121,7 +121,7 @@ async def web_listening(request: Request):
|
|
121 |
rsp = 'caching'
|
122 |
elif msg_type == 'pop_url':
|
123 |
# What a misleading name! pop_url actually means add_url. pop is referring to the pop_up ui.
|
124 |
-
rsp = update_pop_url(data, cache_file_popup_url)
|
125 |
else:
|
126 |
raise NotImplementedError
|
127 |
|
|
|
121 |
rsp = 'caching'
|
122 |
elif msg_type == 'pop_url':
|
123 |
# What a misleading name! pop_url actually means add_url. pop is referring to the pop_up ui.
|
124 |
+
rsp = update_pop_url(data, cache_file_popup_url, access_token)
|
125 |
else:
|
126 |
raise NotImplementedError
|
127 |
|