Skip to content

Commit

Permalink
make changes to path code
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Jul 5, 2024
1 parent fb85e5b commit 871d416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ofscraper/const/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
from ofscraper.const.values.dynamic import *
from ofscraper.const.values.path.files import *
from ofscraper.const.values.path.bytes import *
from ofscraper.const.values.path.path import *
from ofscraper.const.values.general import *
from ofscraper.const.values.action.like import *
from ofscraper.const.values.list import *
from ofscraper.const.values.live import *
from ofscraper.const.values.logger import *
from ofscraper.const.values.action.metadata import *
from ofscraper.const.values.path import *
from ofscraper.const.values.prompts import *
from ofscraper.const.values.req.anon import *
from ofscraper.const.values.req.api import *
Expand Down
4 changes: 2 additions & 2 deletions ofscraper/const/values/path/bytes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NORMAL_CHAR_SIZE_WINDOWS=2
SPECIAL_CHAR_SIZE_WINDOWS=4
SPECIAL_CHAR_SIZE_UNIX=2
NORMAL_CHAR_SIZE_UNIX=1
SPECIAL_CHAR_SIZE_UNIX=4
NORMAL_CHAR_SIZE_UNIX=2
UTF=None


0 comments on commit 871d416

Please sign in to comment.