Skip to content

Commit

Permalink
Fix: removed preliminary exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
yakob-aleksandrovich committed Jul 9, 2024
1 parent cdf6fcc commit b7748aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbbackupr2.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def backup_databases(self):
success = self.__compress_backup(backup_file)
if success:
print('Succeeded!')
exit()


obj_dbbackup = DBBackupR2()
Expand Down

0 comments on commit b7748aa

Please sign in to comment.