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

dependency upgrades #30

Merged
merged 6 commits into from
Sep 24, 2024
Merged

dependency upgrades #30

merged 6 commits into from
Sep 24, 2024

Conversation

Tigge
Copy link
Owner

@Tigge Tigge commented Sep 24, 2024

No description provided.

@reggna reggna self-assigned this Sep 24, 2024
Copy link
Collaborator

@reggna reggna left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -221,7 +225,10 @@ def run(self):
server.name = server_name
server.buffer_class = jaraco.stream.buffer.LenientDecodingLineBuffer
use_ssl = "ssl" in server_settings and server_settings["ssl"]
factory = irc.connection.AioFactory(ssl=use_ssl)
ssl_context = ssl.create_default_context()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: Probably shouldn't even create a context if use_ssl is false.

@@ -22,6 +22,7 @@

class Plugin:
def __init__(self, name):

Copy link
Collaborator

Choose a reason for hiding this comment

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

Was this a linting thing or by choice? Makes it harder to read imo.

lambda url, typ, func: [ACTIVITY_PRESET_EPISODE_1]
if typ == "episodes"
else [],
lambda url, typ, func: (
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typ? Sprechen Sie Deutsch? /s

@reggna reggna merged commit 774dbc2 into main Sep 24, 2024
8 checks passed
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