Skip to content

Commit

Permalink
Update threefive
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Nov 27, 2024
1 parent d225aaf commit 4815191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/threefive
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,14 @@ def xml_out(cue):
"""
xml_out prints cue as xml
"""
print2(cue.xml(binary=False))
print2(cue.xml(xmlbin=False))


def xmlbin_out(cue):
"""
xml_out prints cue as xml
"""
print2(cue.xml(binary=True))
print2(cue.xml(xmlbin=True))


funk_map = {
Expand Down

0 comments on commit 4815191

Please sign in to comment.