Chaging Config file name to work in Heroku

This commit is contained in:
Rafael Vargas
2022-03-26 22:52:30 -04:00
parent cc0cd6424f
commit dd4fbff27c
14 changed files with 13 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
from Config.Singleton import Singleton
from Config.Config import Configs
from Config.Configs import Configs
class Helper(Singleton):