moloch-- / sliver-py

A Python gRPC Client Library for Sliver
GNU General Public License v3.0
62 stars 13 forks source link

Replace function with lambda #23

Closed daddycocoaman closed 1 year ago

daddycocoaman commented 1 year ago

PR https://github.com/moloch--/sliver-py/pull/20 introduced a function to SliverClient but the method name either needs to be internalized with an underscore or just reduced to a lambda. Since there's no stop_X_listener methods in Sliver , I'm going to go with a lambda for now