Skip to content

Commit

Permalink
refactor: Use purge instead of autopurge in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 19, 2020
1 parent f4fc247 commit 045b4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aria2p/interface.py
Expand Up @@ -689,7 +689,7 @@ def process_keyboard_event_main(self, event):
pass # TODO

elif event.key_code in Keys.AUTOCLEAR:
self.api.autopurge()
self.api.purge()

elif event.key_code in Keys.FOLLOW_ROW:
self.follow_focused()
Expand Down

0 comments on commit 045b4d3

Please sign in to comment.