ffzeroHua commited on
Commit
1727e8a
·
verified ·
1 Parent(s): 4c15c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -299,6 +299,7 @@ class FeatureEncoder:
299
  intercepted = getattr(_thread_local, 'interception', None)
300
 
301
  # --- 2. Student 更新与特征生成 ---
 
302
  cans = ps_student.update(event_str)
303
 
304
  if intercepted is None or not cans.can_act:
 
299
  intercepted = getattr(_thread_local, 'interception', None)
300
 
301
  # --- 2. Student 更新与特征生成 ---
302
+ print(event_str)
303
  cans = ps_student.update(event_str)
304
 
305
  if intercepted is None or not cans.can_act: