Skip to content

Commit

Permalink
Fixes github module not connecting to hub.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Jul 3, 2015
1 parent fd6395d commit 8481439
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/github.nim
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,7 @@ when isMainModule:
echo(" ", json["after"].str)
resp "Cheers, Github."

runForever()
while true:
asyncdispatch.poll()
discard state.dispatcher.poll()

0 comments on commit 8481439

Please sign in to comment.