Explorar o código

fixed indentation error

Signed-off-by: Nicholas Jerome <nicholas.jerome@kit.edu>
Nicholas Jerome %!s(int64=7) %!d(string=hai) anos
pai
achega
db8e2422cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core.py

+ 1 - 1
core.py

@@ -91,7 +91,7 @@ def fetchDataADEI():
                             auth=(config['username'],
                                   config['password'])).content
         last_value = data.split(",")[-1].strip()
-	    try:
+	try:
             #print last_value
             test_x = float(last_value)
         except ValueError: