Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
137 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created an issue in lukecyca/pyzabbix that received 2 comments
Get method returns None to JSON
Hi ππ»
When I print a raw data from a function below, I got both a JSON data and None.
def get_sla(self, by_service_ids: list = [2]) -> dict: data = β¦