diff --git a/whiteboard.py b/whiteboard.py index a7746b8..6a01ad5 100644 --- a/whiteboard.py +++ b/whiteboard.py @@ -714,7 +714,7 @@ class LobbyI(TokenClient): return "" def MiTypein_MiButton_DgNew(self, stBtnLabel, stMiTypein, dgOnSelect): - def NewI(stName): + def NewI(*rgarg): stName = self.miCmds.Value(stMiTypein) if stName != "": dgOnSelect(stName)