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:
@@ -21,7 +21,7 @@ import os
|
||||
import re
|
||||
import shutil
|
||||
|
||||
HOME = "compiler/error"
|
||||
HOME = "compiler/errors"
|
||||
DEST = "pyrogram/errors/exceptions"
|
||||
NOTICE_PATH = "NOTICE"
|
||||
|
||||
|
Reference in New Issue
Block a user