Skip to content

Commit

Permalink
Fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Aug 25, 2018
1 parent eae3350 commit 3488293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/maidfiddler/ui/maids_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def maid_mgr(self):
return self.ui.maid_mgr

def do_add_maid(self, args):
self.add_maid(a["maid"])
self.add_maid(args["maid"])

def init_events(self, event_poller):
self.deserialize_start_signal.connect(self.clear_list)
Expand Down

0 comments on commit 3488293

Please sign in to comment.