Skip to content

Commit 11a3db4

Browse files
committed
condliq.py: fix typo
1 parent 44d74c7 commit 11a3db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/condliq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ 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 unformed flow:', is_t1)
94+
st.write('User is not labeled informed flow:', is_t1)
9595
else:
9696
st.write('User is informed flow, non exempt, can only atomically take at conditional prices against protected maker')
9797
return 0

0 commit comments

Comments
 (0)