Skip to content

Commit

Permalink
Release 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Apr 13, 2022
1 parent 6cd52a4 commit c687230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webchanges/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,7 @@ def handle_actions(self) -> None:
self._exit(0)

if self.urlwatch_config.delete_snapshot:
self.delete_snapshot(self.urlwatch_config.delete_snapshot)
self._exit(0)
self._exit(self.delete_snapshot(self.urlwatch_config.delete_snapshot))

if self.urlwatch_config.features:
self._exit(self.show_features())
Expand Down

0 comments on commit c687230

Please sign in to comment.