mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +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):
|
def Print(*args):
|
||||||
out=""
|
out = ""
|
||||||
for arg in args:
|
for arg in args:
|
||||||
a=str(arg)
|
a = str(arg)
|
||||||
out += a
|
out += a
|
||||||
ba.screenmessage(out)
|
ba.screenmessage(out)
|
||||||
|
|
||||||
|
|
||||||
def cprint(*args):
|
def cprint(*args):
|
||||||
out=""
|
out = ""
|
||||||
for arg in args:
|
for arg in args:
|
||||||
a=str(arg)
|
a = str(arg)
|
||||||
out += a
|
out += a
|
||||||
_ba.chatmessage(out)
|
_ba.chatmessage(out)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue