Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/ovos_conf from ovos_utils #34

Merged
merged 2 commits into from
Dec 8, 2021

Conversation

NeonJarbas
Copy link

logic moved to ovos_utils OpenVoiceOS/ovos-utils#12

@JarbasAl JarbasAl added the refactor code refactor without functional changes label Dec 3, 2021
@NeonJarbas NeonJarbas marked this pull request as draft December 3, 2021 00:27
@JarbasAl JarbasAl marked this pull request as ready for review December 3, 2021 01:16
Copy link
Member

@NeonDaniel NeonDaniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not test; left some comments for consideration


from mock_msm import \
MycroftSkillsManager as MockMSM, \
SkillRepo as MockSkillRepo

from ovos_utils.configuration import get_xdg_base
from mycroft.util.file_utils import get_temp_path
from mycroft.util.log import LOG
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this import from ovos?

@@ -249,7 +250,7 @@ def upload(self):
LOG.debug('settingsmeta.json not uploaded - device is not paired')

if not synced and not self._stopped:
self.upload_timer = Timer(ONE_MINUTE, self.upload)
self.upload_timer = Timer(60, self.upload)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should ONE_MINUTE variable be deprecated?

test/unittests/lock/test_lock.py Show resolved Hide resolved
@JarbasAl JarbasAl merged commit 6c2fe55 into OpenVoiceOS:dev Dec 8, 2021
@JarbasAl JarbasAl added the enhancement New feature or request label Feb 25, 2022
@NeonJarbas NeonJarbas deleted the refactor/ovos_utils_ovosconf branch June 8, 2022 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor code refactor without functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants