Skip to content
Snippets Groups Projects
Unverified Commit ab4a4271 authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

change email path

parent 083dddf5
No related branches found
Tags 1.4.4
No related merge requests found
Pipeline #43316 passed
......@@ -15,7 +15,7 @@ def get_full_name(user):
def read_email(name):
with codecs.open('worker/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.
Finish editing this message first!
Please register or to comment