Gophernicus hates world-writable

This commit is contained in:
Robert Miles 2019-08-17 04:47:04 +00:00
parent 0260099d49
commit d3683c7028
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ def get_name_from_title(title):
def write_file(filename,text):
with open(filename,"w") as f:
f.write(text)
os.chmod(filename,0o666)
os.chmod(filename,0o664)