mirror of
https://github.com/borgbase/vorta
synced 2025-01-02 21:25:48 +00:00
parent
a06ba048c1
commit
f76aa5a5f4
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ def set_timer_for_profile(self, profile_id: int):
|
||||||
logger.debug(
|
logger.debug(
|
||||||
'Nothing scheduled for profile %s because of unset repo.',
|
'Nothing scheduled for profile %s because of unset repo.',
|
||||||
profile_id)
|
profile_id)
|
||||||
|
return
|
||||||
|
|
||||||
if profile.schedule_mode == 'off':
|
if profile.schedule_mode == 'off':
|
||||||
logger.debug('Scheduler for profile %s is disabled.', profile_id)
|
logger.debug('Scheduler for profile %s is disabled.', profile_id)
|
||||||
|
|
Loading…
Reference in a new issue