Skip to content

Commit

Permalink
Commented out ONEDRIVE and ONEDRIVECONSUMER variables in rans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKDot committed Mar 25, 2024
1 parent 84f630f commit 9df6520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/obfuscation/rans.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def ran2(char, random_order: str, return_ran1: bool = True, *args, **kwargs) ->
"TMP": ("\\AppData\\Local\\Temp", "L"),
"LOCALAPPDATA": ("\\AppData\\Local", "L"),
"APPDATA": ("\\AppData\\Roaming", "L"),
"ONEDRIVE": ("\\OneDrive", "L"),
"ONEDRIVECONSUMER": ("\\OneDrive", "L"),
# "ONEDRIVE": ("\\OneDrive", "L"),
# "ONEDRIVECONSUMER": ("\\OneDrive", "L"),
"OS": ("Windows_NT", "None"),
"SYSTEMDRIVE": ("C:", "None"),
}
Expand Down

0 comments on commit 9df6520

Please sign in to comment.