diff --git a/V4.py b/V4.py index 98c79be..c6c5b34 100755 --- a/V4.py +++ b/V4.py @@ -916,7 +916,7 @@ def LogPoint(account="unknown"): # log des points sur discord if sql_enabled : add_to_database(account, points, sql_host, sql_usr, sql_pwd, sql_database) - if CLAIM_AMAZON: + if CLAIM_AMAZON and points >= 7500: claim_amazon()