Changed key of page

This commit is contained in:
fluctuz 2018-03-31 21:35:32 +02:00
parent 12fb9cdcc0
commit eb33b3a280
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class QueuePage(urwid.Columns, AbstractPage):
@property @property
def key(self): def key(self):
return 3 return 4
def __init__(self, app): def __init__(self, app):
self.app = app self.app = app

View file

@ -58,7 +58,7 @@ class SearchPage(urwid.Pile, AbstractPage):
@property @property
def key(self): def key(self):
return 4 return 5
def __init__(self, app): def __init__(self, app):
self.app = app self.app = app