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,6 +1,6 @@
from collections import deque
from typing import List
from Config.Config import Configs
from Config.Configs import Configs
from Music.Song import Song
import random