Add dummy -method for parsing to RED_PAGE
This commit is contained in:
@@ -54,6 +54,13 @@ class RED_PAGE:
|
|||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
def parse( self ):
|
||||||
|
"""
|
||||||
|
Handles the parsing process
|
||||||
|
"""
|
||||||
|
pass
|
||||||
|
|
||||||
def __update_db( self ):
|
def __update_db( self ):
|
||||||
"""
|
"""
|
||||||
Updates the page meta data in mysql db
|
Updates the page meta data in mysql db
|
||||||
|
|||||||
Reference in New Issue
Block a user