Skip to content

Commit

Permalink
changed default server address
Browse files Browse the repository at this point in the history
  • Loading branch information
zNitche committed Sep 3, 2024
1 parent 614fee6 commit 5c259b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iscep/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Server:
def __init__(self,
address: str = "127.0.0.1",
address: str = "0.0.0.0",
port: int = 8989,
poll_interval: float = 0.5,
timeout: int = 5,
Expand Down

0 comments on commit 5c259b8

Please sign in to comment.