mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
KnownApks: remove dead code
This commit is contained in:
parent
173c1d67f4
commit
ab28c442e2
1 changed files with 0 additions and 1 deletions
|
|
@ -2579,7 +2579,6 @@ class KnownApks:
|
|||
if default_date is None:
|
||||
default_date = datetime.now(timezone.utc)
|
||||
self.apks[apkName] = default_date
|
||||
self.changed = True
|
||||
return self.apks[apkName]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue