nullcount / rain

Evaporate stagnant liquidity from source nodes and condensate to sinks. Make it rain.
MIT License
2 stars 5 forks source link

fixes - strategy #48

Closed nullcount closed 1 year ago

nullcount commented 1 year ago

you'll need to edit the logic around:

for key in jobs:
            if key == "TRY_OPEN_SOURCE_CHANNEL":
                map[key]()
            else:
                self.notify(f"New Job!!! {key}")

I added the check for TRY_OPEN_SOURCE_CHANNEL so I can run it every min without testing the other jobs

nullcount commented 1 year ago

This PR also forces users to use their own playbook.config and listen.config

the .example files are still there for reference