From e41363a33173a39d239e0c983a7106879100842f Mon Sep 17 00:00:00 2001 From: Sarah Date: Sun, 20 Feb 2022 22:01:38 +0000 Subject: [PATCH] remove ) --- vcinema_utils/VCinemaUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcinema_utils/VCinemaUtils.py b/vcinema_utils/VCinemaUtils.py index 63b8711..0adaf17 100644 --- a/vcinema_utils/VCinemaUtils.py +++ b/vcinema_utils/VCinemaUtils.py @@ -10,7 +10,7 @@ JACKNET_WIKI_URL = "https://wiki.jacknet.io" def get_viewings_csv_attachment_id(token_id, token_secret): attachments = WikiUtils.get_attachments(JACKNET_WIKI_URL, token_id, token_secret) - # Page ID of "https://wiki.jacknet.io/books/vcinema/page/csv") + # Page ID of "https://wiki.jacknet.io/books/vcinema/page/csv" page_id = 11 viewings_csv_file_name = "vcinema.csv"