Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -732,8 +732,9 @@ DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
|
|
732 |
def run_bot():
|
733 |
bot.run(DISCORD_TOKEN)
|
734 |
threading.Thread(target=run_bot).start()
|
735 |
-
|
736 |
-
|
|
|
737 |
#URL = "https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/edit#gid=0"
|
738 |
#csv_url = URL.replace('/edit#gid=', '/export?format=csv&gid=')
|
739 |
|
|
|
732 |
def run_bot():
|
733 |
bot.run(DISCORD_TOKEN)
|
734 |
threading.Thread(target=run_bot).start()
|
735 |
+
# 1C8aLqgCqLYcMiIFf-P_Aosaa03C_WLIB_UyqvjSdWg8
|
736 |
+
# 1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w
|
737 |
+
URL = "https://docs.google.com/spreadsheets/d/1C8aLqgCqLYcMiIFf-P_Aosaa03C_WLIB_UyqvjSdWg8/export?format=csv&gid=0"
|
738 |
#URL = "https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/edit#gid=0"
|
739 |
#csv_url = URL.replace('/edit#gid=', '/export?format=csv&gid=')
|
740 |
|