diff options
Diffstat (limited to 'MgaRepo')
-rw-r--r-- | MgaRepo/commands/maintdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/maintdb.py b/MgaRepo/commands/maintdb.py index c926ec2..920ff37 100644 --- a/MgaRepo/commands/maintdb.py +++ b/MgaRepo/commands/maintdb.py @@ -44,7 +44,7 @@ def maintdb(maintdb_args): else: rep = e.reason except Exception as e: - rep = "Error trying to query the database : {}. Have you active Internet connection?".format(e.reason) + rep = "Error trying to query the database: {}. Do you have an active Internet connection?".format(e.reason) print(rep) else: maintdb_helper = get_helper("maintdb") |