diff --git a/config/projectConfig.py b/config/projectConfig.py index 7e6c60d8686fe7406457be838357c4398391dd13..2b576376b64be5c1422871396a23566b58dd1604 100644 --- a/config/projectConfig.py +++ b/config/projectConfig.py @@ -1,4 +1,4 @@ class projectConfig: @staticmethod def getHGDataPath(): - return "/home/ruoxuan/DevRec/data" \ No newline at end of file + return "/yourPath" \ No newline at end of file