From 1a3a3eb98c133a3afe4c30fc981495059e2e73d6 Mon Sep 17 00:00:00 2001 From: igna Date: Sun, 29 Aug 2021 15:12:10 +0000 Subject: [PATCH] uh --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6b2683f..6d768d7 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ import requests, threading, os url = os.environ['URL'] -amount = os.environ['amount'] +amount = os.environ['AMOUNT'] def thread(): sent = 0