Update ppi.py

This commit is contained in:
curly60e 2021-05-18 10:15:27 -03:00 committed by GitHub
parent 300e73d905
commit 8e3f4af02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ppi.py
View file

@ -69,7 +69,7 @@ def opreturn():
message = input("Message: ")
curl = "curl --header " + """"Content-Type: application/json" """ + "--request POST --data " + """'{"message":""" + '"{}...PyBLOCK"'.format(message) + "}'" + " https://opreturnbot.com/api/create"
while True:
if len(message) > 80:
if len(message) > 70:
clear()
blogo()
print("Error! Only 80 characters allowed!")