lunarflu HF staff commited on
Commit
401088a
1 Parent(s): c8ad75f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def update_hub_stats():
159
 
160
  # level
161
  level = calculate_level(total_exp)
162
- global_df.loc[index, 'level'] = level
163
 
164
  except Exception as e:
165
  print(f"{e} error updating the dataframe")
 
159
 
160
  # level
161
  level = calculate_level(total_exp)
162
+ global_df.loc[index, 'discord_level'] = level
163
 
164
  except Exception as e:
165
  print(f"{e} error updating the dataframe")