mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Don't write byte code
This commit is contained in:
parent
5cd449632f
commit
ae67887341
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
sys.dont_write_bytecode = True
|
||||||
|
|
||||||
FOLDER_STRUCTURE = {
|
FOLDER_STRUCTURE = {
|
||||||
'libs': [
|
'libs': [
|
||||||
'common',
|
'common',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue