Skip to content

Commit

Permalink
Added comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Oct 18, 2023
1 parent 48d7d61 commit c0367c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Telemetry(metaclass=SingletonMetaClass):
no telemetry is sent until user accepts telemetry with dialog.
If enable_opt_in_dialog=False, telemetry is sent without opt-in dialog, unless user explicitly turned it off
with opt_in_out script.
:param disable_in_ci: Turn off telemetry for CI jobs.
"""
def __init__(self, app_name: str = None, app_version: str = None, tid: str = None,
backend: [str, None] = 'ga', enable_opt_in_dialog=True, disable_in_ci=False):
Expand Down

0 comments on commit c0367c3

Please sign in to comment.