Spaces:
Runtime error
Runtime error
quyip
commited on
Commit
·
0917f84
1
Parent(s):
eecbfd0
fix
Browse files
main.py
CHANGED
@@ -43,7 +43,7 @@ async def summaries(request: SummariesReq):
|
|
43 |
if request.key != KEY:
|
44 |
return 'Unauthorized'
|
45 |
result = []
|
46 |
-
print(
|
47 |
for page in request.pages:
|
48 |
try:
|
49 |
print(page['id'])
|
|
|
43 |
if request.key != KEY:
|
44 |
return 'Unauthorized'
|
45 |
result = []
|
46 |
+
print('process pages: ' + str(len(request.pages)))
|
47 |
for page in request.pages:
|
48 |
try:
|
49 |
print(page['id'])
|