mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-15 08:00:33 +03:00
Make the bookmark file build have a bookmarkable link
This commit is contained in:
parent
41124f4e8c
commit
70484d9db2
2
build.py
2
build.py
@ -55,7 +55,7 @@ def build_tracker():
|
||||
os.remove(output_file_tmp)
|
||||
|
||||
with open(output_file_bookmark, "w") as out:
|
||||
out.write("<a href='")
|
||||
out.write("<a rel='sidebar' title='Discord History Tracker' href='")
|
||||
|
||||
with open(output_file_raw, "r") as raw:
|
||||
out.write(raw.read().replace("&", "&").replace('"', """).replace("'", "'").replace("<", "<").replace(">", ">"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user