mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Add stubbed "fatal" parameter to VModhash.
This commit is contained in:
@@ -577,6 +577,10 @@ class VUser(Validator):
|
||||
|
||||
class VModhash(Validator):
|
||||
default_param = 'uh'
|
||||
def __init__(self, param=None, fatal=True, *a, **kw):
|
||||
Validator.__init__(self, param, *a, **kw)
|
||||
self.fatal = fatal
|
||||
|
||||
def run(self, uh):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user