mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 07:50:28 +03:00
metadata: rename parse_metadata() to parse_txt_metadata()
This makes the code clear as support for other metadata formats is added.
This commit is contained in:
parent
04e6f2ebfd
commit
141e0e24c7
2 changed files with 4 additions and 4 deletions
|
|
@ -198,7 +198,7 @@ def main():
|
|||
sys.exit(1)
|
||||
|
||||
# Construct the metadata...
|
||||
app = metadata.parse_metadata(None)[1]
|
||||
app = metadata.parse_txt_metadata(None)[1]
|
||||
app['Web Site'] = website
|
||||
app['Source Code'] = sourcecode
|
||||
if issuetracker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue