1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-17 20:00:10 +02:00

stats: better exit message

This commit is contained in:
Daniel Martí 2015-08-28 18:29:28 -07:00
parent 05316e3292
commit 2894786ec9

View File

@ -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...