Skip to content

Commit 054ab34

Browse files
committed
BUGFIX:
- DCS update: Announce did not work.
1 parent 5b49b13 commit 054ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/impl/nodeimpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ async def dcs_update(self, *, branch: Optional[str] = None, version: Optional[st
10891089
"message": f"DCS World updated to version {version} on node {self.node.name}."
10901090
}
10911091
})
1092-
config = self.locals.get('announce')
1092+
config = self.locals.get('DCS', {}).get('announce')
10931093
if config and announce:
10941094
embed = discord.Embed(
10951095
colour=discord.Colour.blue(),

0 commit comments

Comments
 (0)