mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
fixed motioneye/update.py indentation issue
This commit is contained in:
parent
d434fe36ce
commit
646631c920
@ -50,7 +50,7 @@ def get_all_versions():
|
|||||||
url = _LIST_VERSIONS_URL
|
url = _LIST_VERSIONS_URL
|
||||||
url += '?_=' + str(int(time.time())) # prevents caching
|
url += '?_=' + str(int(time.time())) # prevents caching
|
||||||
|
|
||||||
want_prereleases = subprocess.check_output('source /data/etc/os.conf && echo $os_prereleases', shell=True, stderr=subprocess.STDOUT).strip() == 'true'
|
want_prereleases = subprocess.check_output('source /data/etc/os.conf && echo $os_prereleases', shell=True, stderr=subprocess.STDOUT).strip() == 'true'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
logging.debug('board is %s' % _BOARD)
|
logging.debug('board is %s' % _BOARD)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user