Skip to content

Commit

Permalink
Update apparel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiyz57918 authored Jul 12, 2020
1 parent cece0df commit 3d744fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypboy/modules/items/apparel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Module(pypboy.SubModule):
label = " Apparel "

def __init__(self, *args, **kwargs):
super(Module, self).__init__((config.WIDTH, config.HEIGHT), *args, **kwargs)
super(Module, self).__init__((config.WIDTH, config.HEIGHT), *args, **kwargs)
handlers = []
item_names = []
INVENTORY = [
Expand Down

0 comments on commit 3d744fa

Please sign in to comment.