MH Manuel Haqiqatkhah
Results
11
comments of
MH Manuel Haqiqatkhah
@AbhijeetRoy2107 A very dirty way of solving it is by removing the following lines from `datacamp_utils.py` file: ```py if data["has_active_subscription"]: Logger.info("Active subscription found") else: Logger.warning("No active subscription found") ``` And...