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