Skip to content

Commit 8befa8b

Browse files
committed
Fixed prompt
1 parent ff3a8cb commit 8befa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsa_encryption_gui/client/network_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from rsa_encryption_gui.rsa_encryption import PublicKey
99

1010

11-
def run(host_ip=raw_input('Enter Host IP Address')):
11+
def run(host_ip=raw_input('Enter Host IP Address: ')):
1212
data_file = open(os.path.join(os.path.dirname(__file__), 'Message/Message_to_encrypt.txt'), "r")
1313
out = open(os.path.join(os.path.dirname(__file__), 'Message/encrypted_text.txt'), "r+")
1414
data = list()

0 commit comments

Comments
 (0)