Skip to content

Commit

Permalink
added travis config for auto build.
Browse files Browse the repository at this point in the history
  • Loading branch information
darius BERNARD committed Feb 3, 2017
1 parent 736d116 commit 4612db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_logging/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def ready(self):
main_scheduler.reload()
except OperationalError:
pass # no trigger table exists atm. we don't care since there is no Trigger to pull.
# setup signals
# setup signals for Trigger changes. it will reload the current trigger and next one
from .signals import reload_timers_on_trigger_change
Trigger = self.get_model('Trigger')

Expand Down

0 comments on commit 4612db6

Please sign in to comment.