Skip to content

Conversation

@NeonJarbas
Copy link

logic moved to ovos_utils OpenVoiceOS/ovos-utils#12

@JarbasAl JarbasAl requested a review from NeonDaniel December 3, 2021 00:15
@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 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?


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?

@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.

3 participants