diff --git a/view.py b/view.py index 778f159a..c7e29804 100644 --- a/view.py +++ b/view.py @@ -360,6 +360,8 @@ class View(): def printToTextbox_disableForeground(self): self._printToTextbox_Info("Stop foreground") + def printToTextbox_AuthenticationSuccess(self): + self._printToTextbox_Info("Auth key update completed") def printToTextbox_AuthenticationError(self): self._printToTextbox_Info("Auth Key or language setting is incorrect")