Skip to content

Commit

Permalink
Merge pull request #72 from HumorBaby/fix-reconnect-eaddrinuse
Browse files Browse the repository at this point in the history
webhook: fix error on reconnect
  • Loading branch information
dgw authored Oct 24, 2020
2 parents 31ff610 + 5eea285 commit b75440d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sopel_modules/github/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def log_request(*args, **kw):

def stop(self):
self.server.shutdown()
self.server.server_close()


def get_targets(repo):
Expand Down

0 comments on commit b75440d

Please sign in to comment.