Skip to content

Commit 8b7966b

Browse files
committed
condliq.py: fix typo 2
1 parent 11a3db4 commit 8b7966b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tabs/condliq.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ def is_labeled_for_cond(user, user_stats):
9191

9292
is_t1 = is_labeled_for_cond(user, userstats)
9393
if not is_t1:
94-
st.write('User is not labeled informed flow:', is_t1)
94+
st.write('User is not labeled informed flow')
9595
else:
96-
st.write('User is informed flow, non exempt, can only atomically take at conditional prices against protected maker')
96+
st.write('User is labeled informed flow, can only atomically take at conditional prices posted by protected makers')
9797
return 0
9898
# st.json(json.dumps(userstats.__dict__, cls=UserAccountEncoder))
9999

0 commit comments

Comments
 (0)