diff options
| author | 2018-11-05 14:12:59 +0000 | |
|---|---|---|
| committer | 2018-11-05 14:12:59 +0000 | |
| commit | 9b6e3c96ed33e59ca7846100176de4194d7c4427 (patch) | |
| tree | ead42e62126f6161ca1c932a8008c9dfb0e3ea7a /modules | |
| parent | Reschedule STS expiration on disconnect (diff) | |
| signature | ||
Add missing "," in modules/sts.py
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/sts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sts.py b/modules/sts.py index 184f7dfd..35138055 100644 --- a/modules/sts.py +++ b/modules/sts.py @@ -13,7 +13,7 @@ class Module(ModuleManager.BaseModule): expiration = None self._set_policy(server, { "port": port, - "from": time.time() + "from": time.time(), "duration": duration, "one-shot": one_shot}) def _change_duration(self, server, info): |
