Foppe Hemminga 6 tahun lalu
induk
melakukan
25e9a6cc9f
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      database.py

+ 1 - 0
database.py

@@ -5,6 +5,7 @@ import psycopg2
 
 # Develop only
 load_dotenv()
+
 host = os.getenv("STOCK_DB_HOST")
 port = os.getenv("STOCK_DB_PORT")
 database = os.getenv("STOCK_DB_DATABASE")