mirror of https://github.com/n1nj4sec/pupy.git
Remove print
This commit is contained in:
parent
e33788b651
commit
5f2f0d4b9d
|
@ -81,8 +81,6 @@ class SearchModule(PupyModule):
|
|||
newer = dateparser.parse(args.timestamp_newer)
|
||||
|
||||
newer = int((newer - datetime.fromtimestamp(0)).total_seconds())
|
||||
print newer
|
||||
|
||||
|
||||
if args.timestamp_older:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue