Updated url.
This commit is contained in:
parent
85735c4dfc
commit
9bc1e0c6b1
@ -27,7 +27,7 @@ class BaseView(web.View):
|
||||
ip=self.ip,
|
||||
key=key,
|
||||
value=json.dumps(value,default=str),
|
||||
created=datetime.now()
|
||||
created=str(datetime.now())
|
||||
)
|
||||
record.update(kwargs)
|
||||
self.db['session'].upsert(dict(
|
||||
|
Loading…
Reference in New Issue
Block a user