update watchlist
This commit is contained in:
3
app.py
3
app.py
@@ -5862,7 +5862,8 @@ def get_my_following_events():
|
||||
'title': ev.title,
|
||||
'event_type': ev.event_type,
|
||||
'start_time': ev.start_time.isoformat() if ev.start_time else None,
|
||||
'hot_score': ev.hot_score,
|
||||
'view_count': ev.view_count or 0,
|
||||
'related_avg_chg': ev.related_avg_chg,
|
||||
'follower_count': ev.follower_count,
|
||||
})
|
||||
return jsonify({'success': True, 'data': data})
|
||||
|
||||
Reference in New Issue
Block a user