Implement indexing into Apache Druid #1
|
@ -7,6 +7,7 @@ from sources.dis import DiscordClient
|
|||
|
||||
# For development
|
||||
if not getenv("DISCORD_TOKEN", None):
|
||||
print("Could not get Discord token, attempting load from .env")
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
|
Loading…
Reference in New Issue