From 4815191da0f210cdc75458a910fcdaf1c8f34f3d Mon Sep 17 00:00:00 2001 From: Adrian of Doom <52701496+futzu@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:20:09 -0500 Subject: [PATCH] Update threefive --- bin/threefive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/threefive b/bin/threefive index 35318a72..fa1eaca8 100755 --- a/bin/threefive +++ b/bin/threefive @@ -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 = {