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
This commit is contained in:
Zwelf 2020-08-12 23:25:44 +02:00
parent 9848b3c759
commit ca24611c0c

View file

@ -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()