We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0c86f commit 7789c46Copy full SHA for 7789c46
1 file changed
gui.py
@@ -14,7 +14,7 @@
14
15
now_dir = os.getcwd()
16
sys.path.append(now_dir)
17
-from config import Config as MyConfig
+from config import Config
18
19
Config = Config()
20
import PySimpleGUI as sg
@@ -48,7 +48,6 @@ def __init__(
48
初始化
49
"""
50
try:
51
- self.config = MyConfig()
52
self.f0_up_key = key
53
self.time_step = 160 / 16000 * 1000
54
self.f0_min = 50
0 commit comments