Skip to content

Commit

Permalink
Update file_transfer_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarjeetray authored Jun 24, 2021
1 parent 639374a commit 0ccd37f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BasicPythonScripts/File Transfer/file_transfer_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ def receive_file(clt_soc):
if __name__ == '__main__':
create_socket()
bind_socket()
socket_accept()
socket_accept()

0 comments on commit 0ccd37f

Please sign in to comment.