Create boilerplate template from example #1

Merged
AllSpiceAlice merged 11 commits from dd/dev into main 2024-07-22 01:14:25 +00:00
Showing only changes of commit b0fe5488ec - Show all commits

View File

@ -70,6 +70,10 @@ if __name__ == "__main__":
"--allspice_token",
help="Your AllSpice application token. Generate a token: https://hub.allspice.io/user/settings/applications",
)
parser.add_argument(
"--config_file",
help="Path to config file"
)
args = parser.parse_args()