mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
stats: better exit message
This commit is contained in:
parent
05316e3292
commit
2894786ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def main():
|
|||
config = common.read_config(options)
|
||||
|
||||
if not config['update_stats']:
|
||||
logging.info("Stats are disabled - check your configuration")
|
||||
logging.info("Stats are disabled - set \"update_stats = True\" in your config.py")
|
||||
sys.exit(1)
|
||||
|
||||
# Get all metadata-defined apps...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue