Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
mason-today-web
Commits
1799269c
Commit
1799269c
authored
Apr 27, 2018
by
Landon DeCoito
Browse files
fixed getconnected to return A DICTIONARY BOI
parent
c4ee1e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mason-today/getconnectedscript.py
View file @
1799269c
...
...
@@ -138,8 +138,8 @@ def load_getconn_data():
else
:
dictlist
.
append
({
"id"
:
uniqueid
,
"error"
:
str
(
e
)})
else
:
dictlist
.
append
(
"error"
:
"issue in initialization of event.
\
check lines 40-56 in getconnectedscript.py"
)
dictlist
.
append
(
{
"error"
:
"issue in initialization of event.
\
check lines 40-56 in getconnectedscript.py"
}
)
return
dictlist
# Every event has:
...
...
Write
Preview
Markdown
is supported
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