mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
GitHub Action formats our code with psf/black (#1569)
* GitHub Action formats our code with psf/black @poyea Your review please. * fixup! Format Python code with psf/black push
This commit is contained in:
@@ -2,8 +2,8 @@ if __name__ == "__main__":
|
||||
import socket # Import socket module
|
||||
|
||||
ONE_CONNECTION_ONLY = (
|
||||
True
|
||||
) # Set this to False if you wish to continuously accept connections
|
||||
True # Set this to False if you wish to continuously accept connections
|
||||
)
|
||||
|
||||
filename = "mytext.txt"
|
||||
port = 12312 # Reserve a port for your service.
|
||||
|
||||
Reference in New Issue
Block a user