diff --git a/Student/main.py b/Student/main.py
index add9934bb444657edc6f6644a32af9b13e1c2827..139dbe1fdae322b6978940964fcf18d4b55ae3e5 100644
--- a/Student/main.py
+++ b/Student/main.py
@@ -1,4 +1,4 @@
-FILE = 'message.txt'
+FILE = 'API/message.txt'
 
 def writeMessage(message):
     with open(FILE, 'w') as file: