We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85220c7 commit 7c9f501Copy full SHA for 7c9f501
shaker.py
@@ -16,7 +16,7 @@
16
class server:
17
18
def __init__(self,port):
19
- self.ip = socket.gethostbyname('0.0.0.0')
+ self.ip = '0.0.0.0'
20
self.port = port
21
self.l = "cd"
22
self.o = system()
0 commit comments