mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
oops forgot the print
This commit is contained in:
parent
c6d8e97624
commit
529fd6ae57
2 changed files with 1 additions and 7 deletions
|
|
@ -1687,12 +1687,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
"1.5.0": {
|
"1.5.0": null,
|
||||||
"api_version": 9,
|
|
||||||
"commit_sha": "0db98e8",
|
|
||||||
"released_on": "26-01-2025",
|
|
||||||
"md5sum": "3d2e0ea0a08dc39308af3f9795237fba"
|
|
||||||
},
|
|
||||||
"1.0.0": {
|
"1.0.0": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "48bd0da",
|
"commit_sha": "48bd0da",
|
||||||
|
|
|
||||||
|
|
@ -371,7 +371,6 @@ def add_port_mapping():
|
||||||
NewExternalPort=BS_PORT,
|
NewExternalPort=BS_PORT,
|
||||||
NewProtocol="UDP",
|
NewProtocol="UDP",
|
||||||
)
|
)
|
||||||
print(result["NewEnabled"])
|
|
||||||
if result["NewEnabled"] and not accessible_online:
|
if result["NewEnabled"] and not accessible_online:
|
||||||
if babase.do_once():
|
if babase.do_once():
|
||||||
babase.screenmessage(
|
babase.screenmessage(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue