You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, the time being passed as a parameter will cause it to be evaluated at the time the function is defined, rather than on each call. The conventional way to do this would be to change the default value to None and generate the value if it is set to None.
Fortunately, it seems that all calls to this function specify the expiry parameter, so it may not be causing any issues.
At
LidarrAPI.Metadata/lidarrmetadata/app.py
Line 53 in 43114fb
None
and generate the value if it is set to None.Fortunately, it seems that all calls to this function specify the expiry parameter, so it may not be causing any issues.
AB#3869
The text was updated successfully, but these errors were encountered: