1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-30 11:49:52 +02:00

rss.py: update URL from Plailect to hacks-guide

[skip ci]
This commit is contained in:
lifehackerhansol
2023-04-13 01:42:05 -07:00
parent 8fc158e232
commit 568b14f2ec

2
rss.py
View File

@@ -32,7 +32,7 @@ with open(rss, "w") as xml:
xml.write("\t<channel>\n")
xml.write("\t\t<title>Plailect Guide Feed</title>\n")
xml.write("\t\t<lastBuildDate>{0}</lastBuildDate>\n".format(datetime.datetime.utcnow().strftime("%a, %d %b %Y %X +0000")))
xml.write("\t\t<link>https://github.com/Plailect/Guide_3DS/</link>\n")
xml.write("\t\t<link>https://github.com/hacks-guide/Guide_3DS/</link>\n")
for filename in os.listdir(dir):
if filename.endswith(".torrent"):