@ -14,7 +14,6 @@ def is_allowed_string(type, value):
def calculate_string(string):
try:
result = eval(string)
return result
return eval(string)
except Exception as e:
return f"Fehler bei der Berechnung: {str(e)}"