lunarflu HF staff commited on
Commit
c0717bc
1 Parent(s): b9a4f0e

hub_exp = "L0L"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -445,7 +445,7 @@ async def add_exp(member_id):
445
  member_id = f"L" + str(member_id) + f"L"
446
  member_name = str(member.name)
447
  hub_user_name = ""
448
- hub_exp = ""
449
  total_exp = xp
450
  row_data = [member_id, member_name, xp, current_level, hub_user_name, hub_exp, total_exp]
451
  global_df.loc[len(global_df.index)] = row_data
 
445
  member_id = f"L" + str(member_id) + f"L"
446
  member_name = str(member.name)
447
  hub_user_name = ""
448
+ hub_exp = "L0L"
449
  total_exp = xp
450
  row_data = [member_id, member_name, xp, current_level, hub_user_name, hub_exp, total_exp]
451
  global_df.loc[len(global_df.index)] = row_data