Skip to content

Instantly share code, notes, and snippets.

@Varriount
Last active January 4, 2016 12:59
Show Gist options
  • Save Varriount/8625520 to your computer and use it in GitHub Desktop.
Save Varriount/8625520 to your computer and use it in GitHub Desktop.
import
osproc, json, sockets, asyncio, os, streams, parsecfg, parseopt, strutils,
ftpclient, times, strtabs, types
proc hubSendBuildSuccess() =
var obj = %{"result": %(int(Success))}
sendHubMsg($obj & "\c\L")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment