Skip to content

Commit 699c618

Browse files
committed
FIX: Use IP instead of localhost name.
1 parent 83ac481 commit 699c618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/web/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self, headless=False):
3737
self.state = State()
3838
self.maestro = None
3939

40-
self._ip = "localhost"
40+
self._ip = "127.0.0.1"
4141

4242
self._headless = headless
4343

0 commit comments

Comments
 (0)