Skip to content

Commit

Permalink
Update potoken_generator/server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mooleshacat committed Dec 1, 2024
1 parent d67cff2 commit f17c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion potoken_generator/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ThreadingWSGIServer(WSGIServer, ThreadingMixIn):

class PotokenServer:

def __init__(self, potoken_extractor: PotokenExtractor, port: int = 8880, bind_address: str = '0.0.0.0') -> None:
def __init__(self, potoken_extractor: PotokenExtractor, port: int = 8080, bind_address: str = '0.0.0.0') -> None:
self.port = port
self.bind_address = bind_address
self._potoken_extractor = potoken_extractor
Expand Down

0 comments on commit f17c86f

Please sign in to comment.