mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Fix UCD writing
This commit is contained in:
parent
e81d1da774
commit
d661b7a877
1 changed files with 1 additions and 1 deletions
|
|
@ -757,7 +757,7 @@ def write_metadata(dest, app):
|
|||
writefield('Update Check Mode')
|
||||
if app['Vercode Operation']:
|
||||
writefield('Vercode Operation')
|
||||
if 'Update Check Data' in app:
|
||||
if app['Update Check Data']:
|
||||
writefield('Update Check Data')
|
||||
if app['Current Version']:
|
||||
writefield('Current Version')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue