Compare commits
No commits in common. "5f4502a8a4ef66237527975434ddfc17293b3176" and "e41363a33173a39d239e0c983a7106879100842f" have entirely different histories.
5f4502a8a4
...
e41363a331
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "bookstack"]
|
||||
path = bookstack
|
||||
url = gitea@git.jacknet.io:sarah/bookstack.git
|
||||
[submodule "wiki_utils"]
|
||||
path = wiki_utils
|
||||
url = gitea@git.jacknet.io:sarah/wiki_utils.git
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit e7d3657c5d14c0adc0e852f080f8970fef35a808
|
@ -1,6 +1,7 @@
|
||||
import argparse
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
from vcinema_utils import VCinemaUtils
|
||||
from wiki_utils import WikiUtils
|
||||
|
||||
@ -30,7 +31,7 @@ def update_films_by_year_page(token_id, token_secret):
|
||||
print("Generating table")
|
||||
film_by_year_table = build_table(viewings_by_year)
|
||||
|
||||
wiki_url = VCinemaUtils.JACKNET_WIKI_URL
|
||||
wiki_url = JACKNET_WIKI_URL
|
||||
|
||||
# Page ID of https://wiki.jacknet.io/books/vcinema/page/films-by-release-year
|
||||
page_id = "24"
|
||||
|
1
wiki_utils
Submodule
1
wiki_utils
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4d2eb88f8ce865c97eebdab7507d915f7de38251
|
Loading…
x
Reference in New Issue
Block a user