Skip to content
Snippets Groups Projects
Commit 1b0bb491 authored by developer8's avatar developer8
Browse files

ver 2.1.2

* ais_http.py
  - added try/except block for method 'do_POST()'
 

git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@60 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
parent 2b6ce060
Branches
No related merge requests found
This diff is collapsed.
......@@ -6,7 +6,7 @@ THD_SLEEP = .7
SERV_JOIN = 1.0 #timeout
URL_ERROR_MESSAGE = "INPUT ERROR IN URL QUERY STRING !"
BBB_DEBUG_LOG = 'bbb_debug_log.log'
#BBB_DEBUG_LOG = 'bbb_debug_log.log'
#url_query_string
......
......@@ -12,6 +12,13 @@
# Example: try to open device type DL_AIS_BASE_HD with ID 1 and / or 3 on the bus
# DL_AIS_BASE_HD:1
# DL_AIS_BASE_HD:3
DL_AIS_BASE_HD_SDK:0
#DL_AIS_BASE_HD_SDK:1
#DL_AIS_BASE_HD_SDK:15
\ No newline at end of file
#DL_AIS_BASE_HD_SDK:0
DL_AIS_BASE_HD_SDK:1
DL_AIS_BASE_HD_SDK:3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment