Skip to content
Snippets Groups Projects
Commit a693badd authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix production emails location

parent 158eba58
No related branches found
No related tags found
No related merge requests found
Pipeline #5961 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment