Skip to content

Commit 595cf6e

Browse files
PinkShnackEoghan O'Connell
andauthored
fix: on_wizard method should be _init (#95)
Co-authored-by: Eoghan O'Connell <eoghan.oconnell@mpl.mpg.de>
1 parent 8217155 commit 595cf6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dcoraid/gui/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __init__(self, *args, **kwargs):
134134
if ((self.settings.value("user scenario", "") != "anonymous")
135135
and not self.settings.value("auth/api key", "")):
136136
# User has not done anything yet
137-
self.on_wizard()
137+
self.on_wizard_init()
138138

139139
# check for updates
140140
do_update = int(self.settings.value("check for updates", "1"))

0 commit comments

Comments
 (0)