seho85 / klipper-dgus

A python project to connect a DGUS display to Klipper
GNU General Public License v3.0
44 stars 12 forks source link

globals.py: Switch hard coded path to a relative path #5

Closed seho85 closed 2 years ago

seho85 commented 2 years ago

Instead of using the the path from globals.py the path is now build using os.getcwd

Fixes #4