Skip to content

Commit

Permalink
Update the example app so it sets CACHE_TYPE to a class, not the depr…
Browse files Browse the repository at this point in the history
…ecated function
  • Loading branch information
gergelypolonkai committed Mar 2, 2021
1 parent 16b9488 commit 40b136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

SECRET_KEY = '\xfb\x12\xdf\xa1@i\xd6>V\xc0\xbb\x8fp\x16#Z\x0b\x81\xeb\x16'
DEBUG = True
CACHE_TYPE = 'simple'
CACHE_TYPE = 'SimpleCache'

0 comments on commit 40b136b

Please sign in to comment.