1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-26 10:14:57 +03:00

fix(tcp server): use root path for the time_zones.txt file

This commit is contained in:
louistiti 2023-06-30 22:35:58 +08:00
parent 076db4c3eb
commit 563792bd0a
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -17,7 +17,7 @@ options = {
'cymem'
],
'include_files': [
'lib/time_zones.txt'
'tcp_server/src/lib/time_zones.txt'
]
}
}