summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/convert_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/convert_cache.py b/examples/convert_cache.py
index ed2a0a6..0ee2965 100755
--- a/examples/convert_cache.py
+++ b/examples/convert_cache.py
@@ -43,4 +43,4 @@ def convert_cache(*args, **kwargs):
# Example: convert a cache named 'demo_cache.sqlite' in the current directory
if __name__ == '__main__':
- convert_cache('demo_cache', backend='sqlite')
+ convert_cache('demo_cache.sqlite')