Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 91e18c60e6 - Show all commits

View File

@ -7,6 +7,7 @@ from sources.dis import DiscordClient
# For development # For development
if not getenv("DISCORD_TOKEN", None): if not getenv("DISCORD_TOKEN", None):
print("Could not get Discord token, attempting load from .env")
from dotenv import load_dotenv from dotenv import load_dotenv
load_dotenv() load_dotenv()