Debug set to false

This commit is contained in:
Thomas Applencourt 2015-03-18 13:33:54 +01:00
parent 46c1c46691
commit cf6314f405
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class EMSL_dump:
self.db_path = "{0}/../db/{1}.db".format(head_path, self.format)
self.contraction = str(contraction)
self.debug = True
self.debug = False
try:
import requests