diff --git a/trial_json.py b/trial_json.py
index 6dd540f7a6ded0d702966ebb8840763bd2db174f..12d26697abd5a19edb1bc689525a70cc5a2f5b4d 100644
--- a/trial_json.py
+++ b/trial_json.py
@@ -137,7 +137,7 @@ eta_motor_2 = list(findkeys(data["Motors"][1], "Efficiency"))[0]
 eta_pumpe_1 = list(findkeys(data["Pumps"][0], "Efficiency"))[0]
 eta_pumpe_2 = list(findkeys(data["Pumps"][1], "Efficiency"))[0]
 
-print(eta_motor_1,eta_motor_2)
+print(eta_motor_1, eta_motor_2)
 
 
 count = 0
@@ -159,6 +159,7 @@ filename = "example_kpi.h5"
 with pd.HDFStore(filename, "a") as hdf:
     try:
         dataset.to_hdf(hdf, "Berechnung")
-        hdf.get_storer("Berechnung").attrs.Link = "https://git.rwth-aachen.de/fst-tuda/projects/lehre/praktikum_digitalisierung/quality-kpi.git"
+        hdf.get_storer("Berechnung").attrs.Link = "https://git.rwth-aachen.de/"
+        "fst-tuda/projects/lehre/praktikum_digitalisierung/quality-kpi.git"
     except ValueError:
         print("Gruppe existiert bereits.")