Delete stray debug leftover
This commit is contained in:
parent
320af39f35
commit
b3d857e245
@ -174,10 +174,8 @@ class MediaRepository:
|
|||||||
:dryrun: (bool) Do not actually delete any files (just count)
|
:dryrun: (bool) Do not actually delete any files (just count)
|
||||||
:returns: (int) The number of files that were/would be deleted
|
:returns: (int) The number of files that were/would be deleted
|
||||||
"""
|
"""
|
||||||
# Preps
|
|
||||||
if local:
|
if local:
|
||||||
# populate the cache of current avt img. so we don't delete them
|
# populate the cache of current avt img. so we don't delete them
|
||||||
logging.warning("AVATAR")
|
|
||||||
mr.get_avatar_images()
|
mr.get_avatar_images()
|
||||||
|
|
||||||
cleantime = datetime.today() - timedelta(days=days)
|
cleantime = datetime.today() - timedelta(days=days)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user