File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
201200if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments