aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-02-04 20:15:50 -0500
committerJesús <heckyel@hyperbola.info>2020-02-04 20:15:50 -0500
commitee2252cf5590f758c2d469111c818e7229907634 (patch)
tree59fa39770e52dec4bf779b030963a9c4c04e12dd
parent3f020984ca6c29e66b939782d09aa45aef75bc2d (diff)
downloadlibretube-ee2252cf5590f758c2d469111c818e7229907634.tar.lz
libretube-ee2252cf5590f758c2d469111c818e7229907634.tar.xz
libretube-ee2252cf5590f758c2d469111c818e7229907634.zip
fix too many blank lines(2)
-rw-r--r--plugins/tipue-search/tipue_search.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/tipue-search/tipue_search.py b/plugins/tipue-search/tipue_search.py
index c5ad06d..2880850 100644
--- a/plugins/tipue-search/tipue_search.py
+++ b/plugins/tipue-search/tipue_search.py
@@ -35,7 +35,6 @@ class Tipue_Search_JSON_Generator(object):
self.output_path = output_path
self.json_nodes = []
-
def create_json_node(self, page):
if getattr(page, 'status', 'published') != 'published':
@@ -61,7 +60,6 @@ class Tipue_Search_JSON_Generator(object):
self.json_nodes.append(node)
-
def create_tpage_node(self, srclink):
srcfile = open(os.path.join(self.output_path, self.tpages[srclink]), encoding='utf-8')
@@ -80,7 +78,6 @@ class Tipue_Search_JSON_Generator(object):
self.json_nodes.append(node)
-
def generate_output(self, writer):
path = os.path.join(self.output_path, 'tipuesearch_content.json')