gemini://gemini.circumlunar.space/docs/companion/subscription.gmi

This commit is contained in:
n 2021-03-08 12:32:51 +01:00
parent 96002f70b0
commit c5876330f3
1 changed files with 1 additions and 1 deletions

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: