lunarflu HF staff commited on
Commit
e107976
·
verified ·
1 Parent(s): a130633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def update_hub_stats():
148
  total_hub_exp_string = f"L" + str(total_hub_exp) + f"L"
149
 
150
  # hub exp
151
- global_df.loc[index, 'hub_exp'] = the_string
152
 
153
  # total exp (discord + hub)
154
  discord_exp = row['discord_exp']
 
148
  total_hub_exp_string = f"L" + str(total_hub_exp) + f"L"
149
 
150
  # hub exp
151
+ global_df.loc[index, 'hub_exp'] = total_hub_exp_string
152
 
153
  # total exp (discord + hub)
154
  discord_exp = row['discord_exp']