Skip to content

add $ before amount to support HM2 #1

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

evilwarlock
Copy link

add support for HM2

evilwarlock and others added 2 commits July 23, 2019 19:47
plur.py Outdated
class Sessions(list):
def save(self, directory):
for session in self:
with open("{}/pluribus_{}.txt".format(directory, session.label), 'w') as f:
Copy link
Owner

Choose a reason for hiding this comment

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

is removing the underscore necessary to get it to work with hm2?

Copy link
Author

@evilwarlock evilwarlock Jul 25, 2019

Choose a reason for hiding this comment

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

Underscore has nothing to do with HM2, I was trying to fix it for hand2note as well, but did not figure out yet.
HM2 has some issue with play money, so by adding $ could solve it.

Copy link
Author

@evilwarlock evilwarlock left a comment

Choose a reason for hiding this comment

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

Also I fixed the river card format from [As Ad Ac] [Ah] [2s] to [As Ad Ac Ah] [2s], now it can be imported to PokerSnowie for analysis.

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