mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
typo
This commit is contained in:
parent
c88d92435b
commit
6b90597889
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def dispatch_plugins():
|
|||
# status so we don't want rq to kill the job before JS has timed out.
|
||||
plugin_timeout = config.getint('portal', 'plugin_timeout')+30
|
||||
|
||||
# Run plugin.run()
|
||||
# Queue plugin.run()
|
||||
try:
|
||||
plugin_job = Q.enqueue(
|
||||
plugin_module.run,
|
||||
|
|
Loading…
Reference in a new issue