mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +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 += '?_=' + 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:
|
||||
logging.debug('board is %s' % _BOARD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user