Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back symbol market #1160

Merged
merged 3 commits into from
Jan 10, 2025
Merged

Back symbol market #1160

merged 3 commits into from
Jan 10, 2025

Conversation

GuillaumeDSM
Copy link
Member

No description provided.

@GuillaumeDSM GuillaumeDSM requested a review from Herklos January 9, 2025 23:04
@GuillaumeDSM GuillaumeDSM self-assigned this Jan 9, 2025
@GuillaumeDSM GuillaumeDSM enabled auto-merge (rebase) January 9, 2025 23:21
if self._forced_market_statuses:
try:
if with_fixer:
return util.ExchangeMarketStatusFixer(
self._forced_market_statuses[symbol], price_example
).market_status
if return_real_status_confirm:
return self._forced_market_statuses[symbol], True
return self._forced_market_statuses[symbol]
Copy link
Member

@Herklos Herklos Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it safe to have a tuple as return type and sometimes not a tuple?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

up

Copy link
Member

@Herklos Herklos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@GuillaumeDSM GuillaumeDSM merged commit 2b4770e into master Jan 10, 2025
4 checks passed
@GuillaumeDSM GuillaumeDSM deleted the back branch January 10, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants