You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crex24 parse8601 error in parse_transaction
Running withdraw() or fetch_transactions() results in "parse8601() takes from 0 to 1 positional arguments but 2 were given". Checked other exchange Python files and noticed that these two calls did not pass in a safe_string.
Issue discovered in crex24.py. Modifying JS file as requested for transpiling.
[ci skip]