Skip to content

Conversation

@s-medvedev
Copy link
Contributor

No description provided.

otselnik
otselnik previously approved these changes Nov 12, 2021
otselnik
otselnik previously approved these changes Nov 12, 2021
def __new__(cls):
if not hasattr(cls, 'instance'):
cls.instance = super(CostSingleton, cls).__new__(cls)
cls.instance.operator_cost = SQLDict(tablename="operator_cost")
Copy link
Contributor

Choose a reason for hiding this comment

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

SQLDict -> SQLCost

@s-medvedev s-medvedev merged commit 06b85c2 into develop Nov 12, 2021
@s-medvedev s-medvedev deleted the 287-rollback-to-simplified-trx-sending branch November 12, 2021 17:46
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.

5 participants