fix: Typo in domain price
All checks were successful
Build Docker / Build Image (push) Successful in 22s
All checks were successful
Build Docker / Build Image (push) Successful in 22s
This commit is contained in:
parent
45b56dc3cb
commit
894a3f51f2
2
gift.py
2
gift.py
@ -82,7 +82,7 @@ def gift(name,email,referer, ip):
|
||||
|
||||
domain = domains_market['domains'][0]['name']
|
||||
print("Buying: " + domain,flush=True)
|
||||
price = int(domains_market['domains'][0]['ammount'])
|
||||
price = int(domains_market['domains'][0]['amount'])
|
||||
if price > max_price*1000000:
|
||||
return "Domain price too high<br>Check back in a few minutes"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user