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

Add is_document_locked util function #104

Open
wants to merge 1 commit into
base: eauctions-sandbox
Choose a base branch
from

Conversation

Scandie
Copy link

@Scandie Scandie commented Oct 31, 2018

@@ -90,8 +99,8 @@ def __iter__(self):
start_date = start_date.astimezone(self.bridge.tz)
auctions_start_in_date = startDate_view(
self.bridge.db,
key=(mktime(start_date.timetuple()) +
start_date.microsecond / 1E6) * 1000
key=int((mktime(start_date.timetuple()) +

Choose a reason for hiding this comment

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

Може вартує це зробити якось більш зрозуміло може навіть винести в окрему функцію, round_to_int

* Add checks for chronograph and databridge
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.

None yet

2 participants