Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pheeef authored Jan 25, 2021
1 parent 5a947e9 commit 81feb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/database.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import importlib
import mysql.connector
import env as e

try:
import env as e
found_env = importlib.util.find_spec("env")

if found_env is not None:
Expand Down

0 comments on commit 81feb99

Please sign in to comment.