10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-07-27 13:17:34 +02:00

Debug set to false

This commit is contained in:
Thomas Applencourt 2015-03-18 13:33:54 +01:00
parent 46c1c46691
commit cf6314f405

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