Add missing "," in modules/sts.py
This commit is contained in:
parent
aaf0c8cf2a
commit
9b6e3c96ed
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
expiration = None
|
expiration = None
|
||||||
self._set_policy(server, {
|
self._set_policy(server, {
|
||||||
"port": port,
|
"port": port,
|
||||||
"from": time.time()
|
"from": time.time(),
|
||||||
"duration": duration,
|
"duration": duration,
|
||||||
"one-shot": one_shot})
|
"one-shot": one_shot})
|
||||||
def _change_duration(self, server, info):
|
def _change_duration(self, server, info):
|
||||||
|
|
Loading…
Reference in a new issue