From ca24611c0cbe96ab1cd65cbc733fb9550562ee8d Mon Sep 17 00:00:00 2001 From: Zwelf Date: Wed, 12 Aug 2020 23:25:44 +0200 Subject: [PATCH] Do not recommend to deleting ddnet-server.sqlite database as it might be still in use or there might be even new ranks added to the database --- scripts/move_sqlite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/move_sqlite.py b/scripts/move_sqlite.py index db4066513..53bff3869 100755 --- a/scripts/move_sqlite.py +++ b/scripts/move_sqlite.py @@ -91,8 +91,8 @@ def main(): .format(os.path.abspath(args.to), sql_file)) print(" mysql -u teeworlds -p'PW2' teeworlds < {}".format(sql_file)) print() - print("When the ranks are transfered successfully to mysql {} and {} can be removed".format( - os.path.abspath(args.f), os.path.abspath(args.to))) + print("When the ranks are transfered successfully to mysql, {} can be removed".format( + os.path.abspath(args.to))) print() print("Log of the transfer:") print()