Merge pull request from augustin64/patch-3

This commit is contained in:
piair338
2023-02-13 21:03:55 +01:00
committed by GitHub

@ -33,6 +33,9 @@ def get_row(compte, points, mycursor, same_points = True): #return if there is a
def add_to_database(compte, points, sql_host,sql_usr,sql_pwd,sql_database, save_if_fail=True):
if points is None:
pass
else:
try:
mydb = mysql.connector.connect(
host=sql_host,