Skip to content

Commit a64d4b9

Browse files
committed
Clean up output
1 parent ace4e6f commit a64d4b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,14 @@ def main(the_target, to_zip):
187187
loguru.logger.info(
188188
"PASTEBIN USER SELECTED: {the_user}", the_user=the_target)
189189
pastebin_profile = "https://pastebin.com/u/" + the_target
190-
loguru.logger.info("TARGET SIGHTED: {pbj}", pbj=pastebin_profile)
191190
how_many_pastes = count_download_all_pastes(pastebin_profile, the_target)
192191
loguru.logger.success("I downloaded {how_many_pastes} pastes.", how_many_pastes=how_many_pastes)
193192
if to_zip:
194193
loguru.logger.info("You want to zip.")
195194
zip_the_pastes(the_target)
196195
if not to_zip:
197196
loguru.logger.info("You do not want to zip.")
198-
loguru.logger.success("TARGET NEUTRALIZED")
197+
loguru.logger.success("All done.")
199198

200199

201200
if __name__ == "__main__":

0 commit comments

Comments
 (0)