diff --git a/src/common/email.py b/src/common/email.py
index 7273ce6bcdbe40f9a43816e81084f5578cda6479..9fbf335599ec9e01becf79686e977b3de99e7a33 100644
--- a/src/common/email.py
+++ b/src/common/email.py
@@ -7,7 +7,7 @@ link = 'https://ujonc.kszk.bme.hu/homework'
 
 
 def read_email(name):
-    with codecs.open('src/common/emails/' + name, 'r', 'utf-8') as myfile:
+    with codecs.open('common/emails/' + name, 'r', 'utf-8') as myfile:
         data = myfile.read()
     return data