Skip to content

Commit

Permalink
Merge pull request #6 from rdavydov/switchable
Browse files Browse the repository at this point in the history
batch file to remove __pycache__+ formatting: BETTER_FLAG than camelCase (best practices)
  • Loading branch information
rdavydov authored Oct 21, 2022
2 parents 36258cc + 373ec84 commit d90be10
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 110 deletions.
5 changes: 5 additions & 0 deletions DELETE_PYCACHE.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
rmdir /s /q __pycache__
rmdir /s /q TwitchChannelPointsMiner\__pycache__
rmdir /s /q TwitchChannelPointsMiner\classes\__pycache__
rmdir /s /q TwitchChannelPointsMiner\classes\entities\__pycache__
4 changes: 2 additions & 2 deletions enableAnalytics.py → ENABLE_ANALYTICS.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Significantly reduces memory consumption and saves some disk space.
# Remove this file if you don't need Analytics. Or rename it to something different, like "disableAnalytics.py".
# To enable Analytics back - just create this file again. Or rename it back to "enableAnalytics.py".
# Remove this file if you don't need Analytics. Or rename it to something different, like "DISABLE_ANALYTICS.py".
# To enable Analytics back - just create this file again. Or rename it back to "ENABLE_ANALYTICS.py".
# This file can be empty.
Loading

0 comments on commit d90be10

Please sign in to comment.