update
This commit is contained in:
parent
281c93e9e1
commit
5fdc38d53f
|
@ -232,9 +232,6 @@ def p():
|
||||||
subprocess.Popen(
|
subprocess.Popen(
|
||||||
["/usr/bin/bash /home/pi/lot_manager/conf/example/bash/stop_dataupload_internal_one_hour.sh"],
|
["/usr/bin/bash /home/pi/lot_manager/conf/example/bash/stop_dataupload_internal_one_hour.sh"],
|
||||||
shell=True)
|
shell=True)
|
||||||
subprocess.Popen(
|
|
||||||
["/usr/bin/bash /home/pi/lot_manager/conf/example/bash/stop_dataupload_internal_one_hour.sh"],
|
|
||||||
shell=True)
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# print(e)
|
# print(e)
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue