Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
a688d445
Commit
a688d445
authored
Feb 27, 2019
by
Valentin Reis
Browse files
[fix] Fixes ratelimit reading from manifest file.
parent
021d5612
Pipeline
#5696
passed with stages
in 3 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nrm/aci.py
View file @
a688d445
...
...
@@ -245,7 +245,7 @@ class Monitoring(SpecField):
"""Monitoring options (libnrm)."""
fields
=
{
"enabled"
:
spec
(
unicode
,
False
),
"
monitoring
"
:
spec
(
unicode
,
False
),
"
ratelimit
"
:
spec
(
unicode
,
False
),
}
def
__init__
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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