Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/pilotcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# Contact Indoc Systems for any questions regarding the use of this source code.

from multiprocessing import freeze_support

import click
import requests

Expand Down Expand Up @@ -38,4 +40,5 @@ def cli():


if __name__ == '__main__':
freeze_support() # Add support for multiprocessing after bundling with PyInstaller
cli()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "app"
version = "2.8.3"
version = "2.8.4"
description = "This service is designed to support pilot platform"
authors = ["Indoc Systems"]

Expand Down