This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
ca_manager
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Wiki
Activity
Browse Source
fix typo in debug message
less_magic_more_descriptors
Edoardo Putti
8 years ago
parent
ea710f04db
commit
250374f8d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
request_server.py
+ 1
- 1
request_server.py
View File
@ -62,7 +62,7 @@ def main():
metarequest
=
json
.
loads
(
request_data
)
assert
'
type
'
in
metarequest
except
:
logger
.
info
(
'
"
T
ype
"
key not found in request
'
)
logger
.
info
(
'
"
t
ype
"
key not found in request
'
)
logger
.
info
(
'
Stopping shell
'
)
exit_bad
(
'
bad_json
'
)
Write
Preview
Loading…
Cancel
Save