2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Fix compiled errors destination path

This commit is contained in:
Dan
2020-11-20 02:04:24 +01:00
parent d215f4b515
commit bf7bd45f1c
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import os
import re
import shutil
HOME = "compiler/error"
HOME = "compiler/errors"
DEST = "pyrogram/errors/exceptions"
NOTICE_PATH = "NOTICE"