clean
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
class comicStr:
|
||||
url = "url"
|
||||
xpath = "xpath"
|
||||
title = "title"
|
||||
icon = "icon"
|
||||
author = "author"
|
||||
dep = "dep"
|
||||
chapters = "chapters"
|
||||
homepage = "homepage"
|
||||
chapter_href = "chapter_href"
|
||||
list_img = "list_img"
|
||||
img = "img"
|
||||
last_update = "last_update"
|
||||
alias = "alias"
|
||||
tags = "tags"
|
||||
action = "action"
|
||||
chapters_href = "chapters_href"
|
||||
base_url = ""
|
||||
data = "data"
|
||||
result = "result"
|
||||
|
||||
@classmethod
|
||||
def setBaseUrl(cls,url):
|
||||
cls.base_url = url
|
||||
|
||||
@classmethod
|
||||
def getBaseUrl(cls):
|
||||
return cls.base_url
|
||||
Reference in New Issue
Block a user