earl / beanstalkc

A simple beanstalkd client library for Python
Apache License 2.0
457 stars 115 forks source link

Added constant for default tube name (#72) #73

Closed svisser closed 6 years ago

svisser commented 6 years ago

This can be useful for applications that need to watch other tubes and ignore beanstalkd's "default" tube

This is a pull request for https://github.com/earl/beanstalkc/issues/72.

earl commented 6 years ago

Thanks!

svisser commented 6 years ago

Thanks for merging!