10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2025-01-03 01:55:54 +01: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.db_path = "{0}/../db/{1}.db".format(head_path, self.format)
self.contraction = str(contraction) self.contraction = str(contraction)
self.debug = True self.debug = False
try: try:
import requests import requests