Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: first implementation of statistics #1

Merged
merged 4 commits into from
Mar 6, 2024
Merged

feat: first implementation of statistics #1

merged 4 commits into from
Mar 6, 2024

Conversation

qdelamea-aneo
Copy link
Contributor

No description provided.

@qdelamea-aneo qdelamea-aneo self-assigned this Mar 1, 2024
parser.add_argument("--session-id", "-s", type=str, help="ID of the session")
args = parser.parse_args()

if args.endpoint.startswith("http://"):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line is not useful. You just need to use the last one. There are no error if the prefix is not there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script crashes is the url provided has the "http" prefix.

Copy link

github-actions bot commented Mar 6, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
170 167 98% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: e3112ff by action🐍

@qdelamea-aneo qdelamea-aneo merged commit fafe9c6 into main Mar 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants