Skip to content

Commit

Permalink
Fixed critical bug: Cocorum.utils import as crutils
Browse files Browse the repository at this point in the history
  • Loading branch information
thelabcat committed Aug 17, 2024
1 parent 1990ef6 commit ee7a3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "rumchat_actor"
version = "2.2.0"
version = "2.2.1"
keywords = ["rumble", "chat", "livestream", "bot"]
authors = [
{ name="Wilbur Jaywright", email="zargulthewizard@outlook.com" },
Expand Down
2 changes: 1 addition & 1 deletion src/rumchat_actor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, init_message = "Hello, Rumble!", ignore_users = ["TheRumbleBo

#A stream ID was passed
if "stream_id" in kwargs:
self.stream_id, self.stream_id_b10 = utils.stream_id_36_and_10(kwargs["stream_id"])
self.stream_id, self.stream_id_b10 = crutils.stream_id_36_and_10(kwargs["stream_id"])

#It is not our livestream or we have no Live Stream API,
#so LS API functions are not available
Expand Down

0 comments on commit ee7a3df

Please sign in to comment.