mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Fixed Save exception forcing user parameter
This commit is contained in:
parent
4edab67c61
commit
7d37eb58bf
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Right(Exception):
|
|||
|
||||
|
||||
class Save(Exception):
|
||||
def __init__(self, user):
|
||||
def __init__(self, user=None):
|
||||
self.user = user
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue