Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 7eae889

Browse files
committed
Mb, wrong url
1 parent d8ee385 commit 7eae889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patched_public.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/publish.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Initialization
44
with open("patched.js", "r") as fh:
5-
data = fh.read().replace("http://localhost:8080/pub/", "https://cdn.jsdelivr.net/gh/iiPythonx/acellus/chunk/")
5+
data = fh.read().replace("http://localhost:8080/pub/", "https://cdn.jsdelivr.net/gh/iiPythonx/acellus/")
66

77
with open("patched_public.js", "w+") as fh:
88
fh.write(data)

0 commit comments

Comments
 (0)