mirror of
https://github.com/vale981/clay
synced 2025-03-04 17:11:41 -05:00
Bug fix
This commit is contained in:
parent
f262096794
commit
c1e01e2078
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class SettingsPage(urwid.Columns, AbstractPage):
|
|||
password=self.password.edit_text,
|
||||
device_id=self.device_id.edit_text
|
||||
))
|
||||
self.app.set_page('MyLibrary')
|
||||
self.app.set_page('MyLibraryPage')
|
||||
self.app.log_in()
|
||||
|
||||
def activate(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue