diff --git a/svm_modell.py b/svm_modell.py index ec59336..3e40cdb 100644 --- a/svm_modell.py +++ b/svm_modell.py @@ -190,7 +190,7 @@ def main(): except Exception as e: print(f"Fehler bei der Ausführung: {str(e)}") - return None, None, None, None + return None, None, None, None # 4x None, weill 4 Rückgabewerte vorhanden sind (model, scaler, inputer & feature_names) if __name__ == "__main__": model, scaler, imputer, feature_names = main() \ No newline at end of file