thewellermangroup commited on
Commit
3a0976e
1 Parent(s): 3f68551

Update FUNCTIONS/functions.py

Browse files
Files changed (1) hide show
  1. FUNCTIONS/functions.py +1 -1
FUNCTIONS/functions.py CHANGED
@@ -1,4 +1,4 @@
1
- f = open("FUNCTIONS/FUNCTIONS.txt",'r',encoding="utf-8")
2
  functions0 = f.read()
3
  f.close()
4
 
 
1
+ f = open("/FUNCTIONS/FUNCTIONS.txt",'r',encoding="utf-8")
2
  functions0 = f.read()
3
  f.close()
4