Allow the user to configure the port in the config, and other fixes.
This commit is contained in:
@@ -34,7 +34,7 @@ def run_phenny(config):
|
||||
|
||||
def connect(config):
|
||||
p = bot.Phenny(config)
|
||||
p.run(config.host)
|
||||
p.run(config.host, config.port)
|
||||
|
||||
Watcher()
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user