removed server added client code
This commit is contained in:
@ -3,4 +3,4 @@ import os
|
||||
|
||||
class PathUtil:
|
||||
def getAbsolutePathTo(notAbsolutPath:str) -> str:
|
||||
return os.path.abspath("OLD_Server/" + notAbsolutPath)
|
||||
return os.path.abspath("Client/" + notAbsolutPath)
|
Reference in New Issue
Block a user