mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Update ppi.py
This commit is contained in:
parent
300e73d905
commit
8e3f4af02e
1 changed files with 1 additions and 1 deletions
2
ppi.py
2
ppi.py
|
|
@ -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!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue