gemini://gemini.circumlunar.space/docs/companion/subscription.gmi
This commit is contained in:
parent
96002f70b0
commit
c5876330f3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ for x in myresult:
|
||||||
filename = filename_regex.findall(x[0])[0]
|
filename = filename_regex.findall(x[0])[0]
|
||||||
|
|
||||||
f = open("index.gmi", "a")
|
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()
|
f.close()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue