From 4589e67876713f8d4e64b802b10bcb6f99a9c621 Mon Sep 17 00:00:00 2001
From: Ubuntu <ubuntu@ip-172-31-35-254.eu-central-1.compute.internal>
Date: Tue, 27 Oct 2020 15:47:59 +0000
Subject: [PATCH] Change for server

---
 notebooks/main.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/notebooks/main.py b/notebooks/main.py
index 61d85fc5..846adf52 100644
--- a/notebooks/main.py
+++ b/notebooks/main.py
@@ -4,8 +4,8 @@ import configparser
 from functions import mysql_netcdf
 
 # Output folders
-base = "/media/jamesrunnalls/JamesSSD/Eawag/EawagRS/git/lake-greifen-profiles"
-#base = "/home/ubuntu/lake-greifen-profiles"
+# base = "/media/jamesrunnalls/JamesSSD/Eawag/EawagRS/git/lake-greifen-profiles"
+base = "/home/ubuntu/lake-greifen-profiles"
 
 Level0 = base + "/data/Level0"
 Level1A = base + "/data/Level1A"
-- 
GitLab