Skip to content

Commit

Permalink
Tweaked Companion payload
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jul 26, 2020
1 parent 2ac2aff commit df2cb33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CB/Wago.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def update_entry(self, entry, addon):
headers={'api-key': self.apiKey, 'User-Agent': HEADERS['User-Agent']}).text
slug = f' ["{entry["slug"]}"] = {{\n name = [=[{entry["name"]}]=],\n author = [=[' \
f'{entry["username"]}]=],\n encoded = [=[{raw}]=],\n wagoVersion = [=[' \
f'{entry["version"]}]=],\n wagoSemver = [=[{entry["versionString"]}]=],\n'
f'{entry["version"]}]=],\n wagoSemver = [=[{entry["versionString"]}]=],\n ' \
f'versionNote = [=[]=],\n'
uids = ''
ids = ''
for u in addon.uids:
Expand Down

0 comments on commit df2cb33

Please sign in to comment.