Skip to content

Commit

Permalink
modoboa#524 format (added new line at the end of file)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Astner committed Oct 22, 2023
1 parent b2abbe2 commit 996c614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modoboa_installer/scripts/postwhite.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@ def restore(self):
utils.copy_file(postwhite_backup_configuration, self.config_dir)
utils.success("postwhite.conf restored from backup")


def download_file(self, url, destination):
urllib.request.urlretrieve(url, destination)
urllib.request.urlretrieve(url, destination)

0 comments on commit 996c614

Please sign in to comment.