mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
fix PEP8 fdroidserver/common.py:65:13: E126 continuation line over-indented for hanging indent
This commit is contained in:
parent
1a11982897
commit
afb98f9327
1 changed files with 4 additions and 4 deletions
|
@ -61,11 +61,11 @@ def get_default_config():
|
|||
'repo_url': "https://MyFirstFDroidRepo.org/fdroid/repo",
|
||||
'repo_name': "My First FDroid Repo Demo",
|
||||
'repo_icon': "fdroid-icon.png",
|
||||
'repo_description':
|
||||
'repo_description': (
|
||||
"This is a repository of apps to be used with FDroid. Applications in this "
|
||||
"repository are either official binaries built by the original application "
|
||||
"developers, or are binaries built from source by the admin of f-droid.org "
|
||||
"using the tools on https://gitlab.com/u/fdroid.",
|
||||
+ "repository are either official binaries built by the original application "
|
||||
+ "developers, or are binaries built from source by the admin of f-droid.org "
|
||||
+ "using the tools on https://gitlab.com/u/fdroid."),
|
||||
'archive_older': 0,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue