Giter Site home page Giter Site logo

Comments (5)

fuzzy76 avatar fuzzy76 commented on July 30, 2024

My current config:

SERVER = {
  'HOST': '193.111.222.33',
  'PORT': 6667,
}
CHANNELS = [
  '#howdy',
  '#helga',
]
NEWRELIC_API_KEY = 'fakeapikey_sincethisispublic'
NEWRELIC_ACCOUNT_ID = 12345
NEWRELIC_WEBHOOK_ANNOUNCE_CHANNEL = "#howdy"

from helga.

shaunduncan avatar shaunduncan commented on July 30, 2024

Thank you for bringing this up. It appears that this is indeed a bug that I'll need to release a patch for. In the meantime, you might be able to work around this issue by changing the channels to tuples:

CHANNELS = [
    ('#howdy',),
    ('#helga',),
]

Let me know if this will work for now. I'll see about getting a patch out sometime today.

from helga.

shaunduncan avatar shaunduncan commented on July 30, 2024

I've gone ahead and released a patch update version 1.6.7. I've added some tests for the single string channel setting, so I think this should be fixed now. Could you give the new version a shot and see if that clears up everything for you?

from helga.

fuzzy76 avatar fuzzy76 commented on July 30, 2024

Wow, talk about speedy turnaround! Tested the new release, and it worked like a charm. 👍

from helga.

shaunduncan avatar shaunduncan commented on July 30, 2024

Great! Thanks again for bringing the issue up!

from helga.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.