@Curtis wrote:
i want to delete old torrents and i tried the followings:
- deluge_time_added < datetime.datetime.timestamp(now) : accept
- datetime.datetime.fromtimestamp(deluge_time_added) < now: acceptbut none of the above works, i know that "deluge_time_added" is a timestamp and "now" is a datetime object, but i cant convert them to the same kind of thing
Posts: 1
Participants: 1