Skip to content

Commit 47af1bb

Browse files
authored
Merge pull request TheModel#7 from MaximusAy12/patch-5
Comment creation in CreateAccount.py
2 parents ff9d2ba + dc565ea commit 47af1bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CreateAccount.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,8 @@ def Submit(self):
148148
mainpage = MainScreen(username, email, password, age, phonenumber, location, gender)
149149
mainpage.setUserProfile()
150150
self.widget.addWidget(mainpage)
151-
self.widget.setCurrentIndex(self.widget.currentIndex() + 1)
151+
self.widget.setCurrentIndex(self.widget.currentIndex() + 1)
152+
153+
154+
155+
#This is the mainpage and that is what I am doing.

0 commit comments

Comments
 (0)