Fixing pylint

This commit is contained in:
Vishal 2023-07-06 22:26:05 +05:30 committed by GitHub
parent a5b0a9acfa
commit 84f6745a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ class PartyWindow(bui.Window):
if bui.clipboard_is_supported():
bui.clipboard_set_text(msg)
bui.screenmessage(
bui.Lstr(resource='copyConfirmText'),
bui.Lstr(resource='copyConfirmText'),
color=(0, 1, 0)
)