mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
9c35e39a70
commit
3a901be3f3
1 changed files with 4 additions and 4 deletions
|
|
@ -17,17 +17,17 @@ type ml in chat or use plugin manager to open settings"""
|
|||
|
||||
|
||||
def Print(*args):
|
||||
out=""
|
||||
out = ""
|
||||
for arg in args:
|
||||
a=str(arg)
|
||||
a = str(arg)
|
||||
out += a
|
||||
ba.screenmessage(out)
|
||||
|
||||
|
||||
def cprint(*args):
|
||||
out=""
|
||||
out = ""
|
||||
for arg in args:
|
||||
a=str(arg)
|
||||
a = str(arg)
|
||||
out += a
|
||||
_ba.chatmessage(out)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue