diff --git a/fdroidserver/nightly.py b/fdroidserver/nightly.py index d200d5a2..f9a1f787 100644 --- a/fdroidserver/nightly.py +++ b/fdroidserver/nightly.py @@ -248,7 +248,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base, config += "keypass = '%s'\n" % PASSWORD config += "keydname = '%s'\n" % DISTINGUISHED_NAME config += "make_current_version_link = False\n" - config += "accepted_formats = ('txt', 'yml')\n" + config += "accepted_formats = ['yml']\n" config += "update_stats = True\n" with open('config.py', 'w') as fp: fp.write(config)