thewellermangroup commited on
Commit
4d5af10
·
1 Parent(s): 9f55d0e

Update FUNCTIONS/functions.py

Browse files
Files changed (1) hide show
  1. FUNCTIONS/functions.py +2 -2
FUNCTIONS/functions.py CHANGED
@@ -28,11 +28,11 @@ for fun in functions1:
28
 
29
  print(num)
30
 
31
- f = open("FUNCTIONS_BACKEND.txt",'w',encoding="utf-8")
32
  f.write(BACKEND)
33
  f.close()
34
 
35
- f = open("FUNCTIONS_FRONTEND.txt",'w',encoding="utf-8")
36
  f.write(FRONTEND)
37
  f.close()
38
 
 
28
 
29
  print(num)
30
 
31
+ f = open("/FUNCTIONS/FUNCTIONS_BACKEND.txt",'w',encoding="utf-8")
32
  f.write(BACKEND)
33
  f.close()
34
 
35
+ f = open("/FUNCTIONS/FUNCTIONS_FRONTEND.txt",'w',encoding="utf-8")
36
  f.write(FRONTEND)
37
  f.close()
38