We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a3db4 commit 8b7966bCopy full SHA for 8b7966b
tabs/condliq.py
@@ -91,9 +91,9 @@ def is_labeled_for_cond(user, user_stats):
91
92
is_t1 = is_labeled_for_cond(user, userstats)
93
if not is_t1:
94
- st.write('User is not labeled informed flow:', is_t1)
+ st.write('User is not labeled informed flow')
95
else:
96
- st.write('User is informed flow, non exempt, can only atomically take at conditional prices against protected maker')
+ st.write('User is labeled informed flow, can only atomically take at conditional prices posted by protected makers')
97
return 0
98
# st.json(json.dumps(userstats.__dict__, cls=UserAccountEncoder))
99
0 commit comments