Patch the retrieval of the data if missing
If the data is not present in the database, the getitem function will not work on the None object retreived, hence the try/catch block.
Loading
Please register or sign in to comment
If the data is not present in the database, the getitem function will not work on the None object retreived, hence the try/catch block.