소스 검색

fix prev prev commit bug

wangweimin 5 년 전
부모
커밋
5f15e43cd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pywebio/input_ctrl.py

+ 1 - 1
pywebio/input_ctrl.py

@@ -120,4 +120,4 @@ async def input_event_handle(item_valid_funcs, form_valid_funcs, preprocess_func
         else:
             gen_log.warning("Unhandled Event: %s", event)
 
-    return event['data']
+    return data