diff --git a/opencanary/modules/ssh.py b/opencanary/modules/ssh.py index 2719710..e45ab9c 100644 --- a/opencanary/modules/ssh.py +++ b/opencanary/modules/ssh.py @@ -273,7 +273,7 @@ def getPrimes(self): _modulis = [ "/etc/ssh/moduli", "/private/etc/moduli", - resource_filename('opencanary', 'data/moduli'), + resource_filename("opencanary", "data/moduli"), ] _primes = None for _moduli in _modulis: