Small change

This commit is contained in:
Vishal 2024-12-08 16:08:58 +05:30 committed by GitHub
parent b0e113e7df
commit f4669cc327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ def port(file_path):
# stay local or if it'll also be needed to transmitted to the clients.
## For local:
if False:
if bool(False):
content = content.replace("_babase.screenmessage", "bui.screenmessage")
content = content.replace("babase.screenmessage", "bui.screenmessage")
content = content.replace("babase.getsound", "bui.getsound")