add missing get_arch()
parent
3deb65b0c2
commit
6af06d4433
|
@ -255,3 +255,8 @@ def stop_speaking():
|
||||||
LOG.info("mycroft.utils.stop_speaking() is depreciated, use "
|
LOG.info("mycroft.utils.stop_speaking() is depreciated, use "
|
||||||
"mycroft.audio.stop_speaking() instead.")
|
"mycroft.audio.stop_speaking() instead.")
|
||||||
mycroft.audio.stop_speaking()
|
mycroft.audio.stop_speaking()
|
||||||
|
|
||||||
|
|
||||||
|
def get_arch():
|
||||||
|
""" Get architecture string of system. """
|
||||||
|
return os.uname()[4]
|
||||||
|
|
Loading…
Reference in New Issue