Skip to content

Commit

Permalink
Added set function as recommended by androidwiltron.
Browse files Browse the repository at this point in the history
  • Loading branch information
corne-oosthuizen committed Nov 22, 2018
1 parent 70e259d commit f9cd248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galicaster/recorder/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ def get_recorded_time(self):
"""Proxy function to get the recorder time"""
return self.recorder.get_recorded_time() if self.recorder else 0

def set_title_standin(self, title):
self.title_standin = title

def _handle_error(self, origin, error_msg):
self.logger.error("Handle error ({})". format(error_msg))
Expand Down

0 comments on commit f9cd248

Please sign in to comment.