[bugfix] controller.py: 引数名が違うことによるエラーの修正。fnc->func
This commit is contained in:
@@ -8,9 +8,9 @@ from utils import getKeyByValue, isUniqueStrings, strPctToInt
|
|||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
# Common
|
# Common
|
||||||
def callbackUpdateSoftware(fnc=None):
|
def callbackUpdateSoftware(func=None):
|
||||||
setMainWindowGeometry()
|
setMainWindowGeometry()
|
||||||
model.updateSoftware(restart=True, fnc=fnc)
|
model.updateSoftware(restart=True, func=func)
|
||||||
|
|
||||||
def callbackRestartSoftware():
|
def callbackRestartSoftware():
|
||||||
setMainWindowGeometry()
|
setMainWindowGeometry()
|
||||||
|
|||||||
Reference in New Issue
Block a user