Skip to content
Snippets Groups Projects
Commit 977fe811 authored by developer7's avatar developer7
Browse files

ver 4.0.3.4

ais_http.py: GetHandler->do_POST()
added 'Up To Date' in code
parent 3aa4ae51
No related merge requests found
......@@ -2,7 +2,7 @@
"""
@author: Vladan S
@version: 4.0.3.2
@version: 4.0.3.4
@copyright: D-Logic http://www.d-logic.net/nfc-rfid-reader-sdk/
"""
......@@ -154,6 +154,7 @@ class GetHandler(BaseHTTPRequestHandler):
gitRepo = "https://{0}:{1}@git.d-logic.net/sw-python/ais-readers-cross_platform_client.git" .format(gitUserName, gitPassword)
output = 'git pull %s' % gitRepo
out = os.system(output)
if out == '' : out = 'Up To Date !'
self.wfile.write("GIT: %s" % out)
#output = "git submodule update --remote --recursive -- %s" % gitRepo
......
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