Skip to content

Commit

Permalink
removes decode()
Browse files Browse the repository at this point in the history
  • Loading branch information
gurubert committed Dec 2, 2024
1 parent 1ec64c6 commit 5e4c596
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed notifications/coniugo/coniugo-0.2.0.mkp
Binary file not shown.
Binary file added notifications/coniugo/coniugo-0.3.0.mkp
Binary file not shown.
2 changes: 1 addition & 1 deletion notifications/coniugo/notifications/coniugo
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import os
import sys

def main():
context = dict([ (var[7:], value.decode("utf-8"))
context = dict([ (var[7:], value)
for (var, value) in os.environ.items()
if var.startswith("NOTIFY_")])

Expand Down

0 comments on commit 5e4c596

Please sign in to comment.