Merge branch 'master' of https://github.com/piair338/MsRewards
This commit is contained in:
commit
43356e032a
2
V4.py
2
V4.py
|
@ -915,7 +915,7 @@ def LogPoint(account="unknown"): # log des points sur discord
|
||||||
if sql_enabled :
|
if sql_enabled :
|
||||||
add_to_database(account, points, sql_host, sql_usr, sql_pwd, sql_database)
|
add_to_database(account, points, sql_host, sql_usr, sql_pwd, sql_database)
|
||||||
|
|
||||||
if CLAIM_AMAZON:
|
if CLAIM_AMAZON and points >= 7500:
|
||||||
claim_amazon()
|
claim_amazon()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue