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

fix: update beet.contrib.livereload to work in 1.19+ #447

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

Tracktark
Copy link
Contributor

The livereload plugin expects to read the string [CHAT] livereload - Ready from minecraft logs, however in 1.19+ the logs now say [System] [CHAT] livereload - Ready instead, which broke the plugin. Simply using re.search instead of re.match fixes the issue.

@vberlier vberlier merged commit d37faf3 into mcbeet:main Aug 14, 2024
1 check passed
@vberlier
Copy link
Contributor

Thanks for the help!

@Tracktark Tracktark deleted the livereload-fix branch August 14, 2024 16:49
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