This commit is contained in:
Cadey Ratio 2020-01-11 16:23:35 -05:00
parent 0882edb7c2
commit 11dfbd415a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func main() {
go mi.StreamMastodon(ctx)
go mi.StreamReddit(ctx)
go mi.StreamMastodonToTwitter(ctx)
go mi.BlogPOSSE(ctx)
//go mi.BlogPOSSE(ctx)
h := &http.Server{
Addr: ":" + *port,