Skip to content

Commit c04204e

Browse files
committed
use cldtime instead of cld:time to avoid parsing conflicts in Sardine
1 parent 142dfbb commit c04204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claude_server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_location(self, tex_id):
141141
return self.tex_locations[tex_name][tex_index]
142142

143143
def to_float(self, val):
144-
if val == 'cld:time':
144+
if val == 'cldtime':
145145
return self.render_time
146146
return float(val)
147147

0 commit comments

Comments
 (0)