This commit is contained in:
igna 2021-08-29 15:12:10 +00:00
parent 7652929cb0
commit 1a3a3eb98c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import requests, threading, os
url = os.environ['URL']
amount = os.environ['amount']
amount = os.environ['AMOUNT']
def thread():
sent = 0