]> git.mxchange.org Git - fba.git/commit - fba/boot.py
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 5 Jun 2023 21:41:07 +0000 (23:41 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 5 Jun 2023 21:42:59 +0000 (23:42 +0200)
commit9cb874e872dc415cb31736da77894d293bf60912
tree4a7f5893d36bca13e8b7ae47e6a70129f3f24389
parent5b7cee454bb523f7227da1f9fef06ed6beb16861
Continued:
- add argument --single to commands.fetch_instances() which only fetches given
  instance
- int() doesn't "magically" turn NoneType to 0, PHP would do it, so let's handle
  this here by ourself
fba/boot.py
fba/commands.py