summaryrefslogtreecommitdiffstats
path: root/sshuttle/hostwatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/hostwatch.py')
-rw-r--r--sshuttle/hostwatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshuttle/hostwatch.py b/sshuttle/hostwatch.py
index d40eaf4..f3d554c 100644
--- a/sshuttle/hostwatch.py
+++ b/sshuttle/hostwatch.py
@@ -197,7 +197,7 @@ def _check_smb(hostname):
check_workgroup(workgroup)
if lines:
- assert(0)
+ assert 0
def _check_nmb(hostname, is_workgroup, is_master):