Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/homewayio/AddOn
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell committed Jan 15, 2025
2 parents 0e3e839 + 5391b73 commit dde9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeway/homeway_linuxhost/sage/sagehandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def getAttribution(d:dict) -> Attribution:

def addSagePrefixIfNeeded(s:str) -> str:
if self.SagePrefix_CanBeNone is None:
return input
return s
return f"{self.SagePrefix_CanBeNone} - {s}"

# Parse the response.
Expand Down

0 comments on commit dde9eca

Please sign in to comment.