Browse Source

Default should be 'True' for archive

pull/51/head
Wesley Kerfoot 6 years ago
parent
commit
e52dc89e07
  1. 2
      deletefb/config.py

2
deletefb/config.py

@ -1,3 +1,3 @@
settings = { settings = {
"ARCHIVE" : False "ARCHIVE" : True
} }

Loading…
Cancel
Save