Skip to content

Commit

Permalink
ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jul 24, 2022
1 parent f6a9051 commit 722b1d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runner/src/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
import time
import json
import logging
import urllib3


urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

logging.basicConfig(
format="%(asctime)s | %(levelname)s: %(message)s", level=logging.INFO, force=True
Expand Down

0 comments on commit 722b1d9

Please sign in to comment.