diff --git a/av98.py b/av98.py index 44a0486..7d5f50b 100755 --- a/av98.py +++ b/av98.py @@ -220,7 +220,7 @@ class GeminiClient(cmd.Cmd): # Set umask so that nothing we create can be read by anybody else. # The certificate cache and TOFU database contain "browser history" # type sensitivie information. - os.umask(077) + os.umask(0o077) # Find config directory ## Look for something pre-existing