fixing dragon_env variable

This commit is contained in:
luke 2018-06-28 22:17:19 -07:00
parent b779a6e063
commit aa303796b9

View File

@ -29,8 +29,8 @@ import weather
# Client object
client = discord.Client()
debug = dragon_environment == 'test'
dragon_environment = os.getenv('DRAGON_ENV')
debug = dragon_environment == 'test'
@client.event
async def on_ready():