blog #1

Merged
n merged 5 commits from blog into master 2021-03-08 23:23:01 +01:00
Showing only changes of commit c5876330f3 - Show all commits

View file

@ -41,7 +41,7 @@ for x in myresult:
filename = filename_regex.findall(x[0])[0]
f = open("index.gmi", "a")
f.write("=> %s/%s.gmi %s %s\n" % (path, filename, path, x[1]))
f.write("=> %s/%s.gmi %s - %s\n" % (path, filename, path.replace("/","-"), x[1]))
f.close()
try: