mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Correction to bb16e37
This commit is contained in:
parent
a8cf0fa724
commit
76492ee9da
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ def main():
|
|||
|
||||
updating = False
|
||||
if not version:
|
||||
logmsg = "...{0} : {1}".format(app[id], msg)
|
||||
logmsg = "...{0} : {1}".format(app['id'], msg)
|
||||
if noverok:
|
||||
logging.info(logmsg)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue