Skip to content

Commit 8eba87e

Browse files
author
Shiyue Cheng
committed
Update rest_session.py
1 parent e01ab3b commit 8eba87e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meraki/rest_session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def request(self, metadata, method, url, **kwargs):
6767
self._logger.info(f'{tag}, {operation} - SIMULATED')
6868
return None
6969
else:
70+
response = None
7071
while retries > 0:
7172
# Make the HTTP request to the API endpoint
7273
try:

0 commit comments

Comments
 (0)