Add files via upload

This commit is contained in:
curly60e 2022-03-08 19:21:53 -03:00 committed by GitHub
parent 5355ab1e3a
commit f8e91cef33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -679,7 +679,6 @@ def localchatsendA():
message = input("Message: ")
encoded_message = message.encode('utf-8')
hex_encoded_message = encoded_message.hex()
print(encoded_message.hex())
input("\nContinue...")
while True: