Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. J¬».].Äï;}î(å
  2. _permanentîàå
  3. respondentîåuuidîåUUIDîìî)Åî}î(åintîät˙ò∑flŒºçLÃ/∆6jhåis_safeîhåSafeUUIDîìîNÖîRîubåSECTIONS_VISITEDî]îåcurrent_sectionîKåSURVEY_CONTENTî}î(å0î}î(ås_idîås0îånameîåWelcomeîådescriptionîåîå questionsî]î}î(ås_idîhåq_idîhåq_constructîhåq_textîhå
  4. q_descriptionîhåq_typeîhårequiredîhåoptions_rowîhåoptions_row_alpha_sortîhåreplace_rowîhåoptions_colîhåoptions_col_codesîhåoptions_col_alpha_sortîhåcond_continue_rules_rowîhåq_meta_notesîhuauå1î}î(hås1îhå Screeningîhå[This section determines if you fit into the target group.îh]î(}î(hh/håq1îh hh!å9Have you worked on a product in this field before?
  5.  
  6. {
  7. 'item1': {
  8. 'label': string,
  9. 'questions': [{}]
  10. },
  11. 'item2': {
  12. 'label': string,
  13. 'questions': [{}]
  14. }
  15. }
  16.  
  17. from werkzeug.contrib.cache import FileSystemCache
  18. cache_dir="flask_session"
  19. mode=0600
  20. threshold=20000
  21. cache = FileSystemCache(cache_dir, threshold=threshold, mode=mode)
  22. item = "9c3c48a94198f61aa02a744b16666317"
  23. print(cache.has(item))
  24. data = cache.get(item)
  25. print(data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement