fix
This commit is contained in:
parent
91a855695d
commit
c7a0b15700
@ -65,5 +65,5 @@ if __name__ == '__main__':
|
||||
raise
|
||||
|
||||
sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
|
||||
sock.bind(socket_address)
|
||||
sock.bind(str(socket_address))
|
||||
app.run(sock=sock, workers=2)
|
||||
|
Loading…
Reference in New Issue
Block a user