Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehrdaddev committed May 14, 2019
1 parent cfc04ea commit ee9355d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileBeast.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def deleter(infile):
if ask("Would you like to delete original file?[y/N]") in ('y', 'Y'):
info(f"Deleting {infile}")
os.remove(infile)
success(f"[+] Successfully Deleted {infile}")
success(f"Successfully Deleted {infile}")


def main(args):
Expand Down

0 comments on commit ee9355d

Please sign in to comment.