We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Causes a Qt GUI error and prevents the plugin manager GUI from loading.
bpierre Benoit Pierre from AUR suggested this change:
bpierre
--- i/plover_plugins_manager/requests.py +++ w/plover_plugins_manager/requests.py @@ -18,7 +18,7 @@ class CachedSession(CachedSession): super().__init__(cache_name=CACHE_NAME, backend='sqlite', expire_after=600) - self.remove_expired_responses() + self.cache.delete(expired=True) class CachedFuturesSession(FuturesSession):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Causes a Qt GUI error and prevents the plugin manager GUI from loading.
bpierre
Benoit Pierre from AUR suggested this change:The text was updated successfully, but these errors were encountered: