Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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'] =
|
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']
|