mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-13 04:56:32 +02:00
Declare 'verbosity' as global variable to placate linters
This commit is contained in:
@ -4,6 +4,7 @@ import imp
|
||||
|
||||
z = zlib.decompressobj()
|
||||
while 1:
|
||||
global verbosity
|
||||
name = sys.stdin.readline().strip()
|
||||
if name:
|
||||
name = name.decode("ASCII")
|
||||
|
Reference in New Issue
Block a user