Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg-form
Commits
0585cd18
Commit
0585cd18
authored
May 19, 2022
by
Krish Moodbidri
Browse files
parameterized app_host variable
parent
651012b6
Pipeline
#6146
failed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tasks.py
View file @
0585cd18
...
...
@@ -91,7 +91,7 @@ def celery_certify_account(json, session):
fullname
=
json
[
'fullname'
]
queuename
=
rc_util
.
encode_name
(
username
)
updated_by
=
f
'
{
username
}
'
host
=
'login005'
host
=
vars
.
app_host
print
(
"CERTIFY : "
+
time
.
strftime
(
"%m-%d-%Y_%H:%M:%S"
)
+
'
\t
User '
+
username
+
' added to queue'
)
send_msg
(
'certifying account'
,
room
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment