Skip to content

Commit

Permalink
make pocket empty
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvaSambrani committed Mar 29, 2022
1 parent 5414ef7 commit 46aa85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tetra/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, title, settingsfile, gadgets_list, first_map=None, theme="Dar
]
self.maps = [Map(self.settings.mapfile(i), self.settings, self) for i in os.listdir(self.settings.mapspath)]
self.active_map = self.map(first_map) if first_map else None
self.pocket = Pocket([it for it in self.items])
self.pocket = Pocket()
self.gadgets = [G(self) for G in gadgets_list]
self.help = HelpDialog(self.settings)
sg.theme(theme)
Expand Down

0 comments on commit 46aa85a

Please sign in to comment.