mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Added __init__ for hearted task
This commit is contained in:
parent
ea85496ede
commit
4edab67c61
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ class Right(Exception):
|
||||||
|
|
||||||
|
|
||||||
class Save(Exception):
|
class Save(Exception):
|
||||||
pass
|
def __init__(self, user):
|
||||||
|
self.user = user
|
||||||
|
|
||||||
|
|
||||||
class GoTo(Exception):
|
class GoTo(Exception):
|
||||||
|
|
Loading…
Reference in a new issue