mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
fixed: os.environ for 3.8
This commit is contained in:
parent
3a04b7cd1f
commit
fdb8e30382
@ -80,7 +80,7 @@ if __name__ == thisFilename or args.colab == True:
|
|||||||
|
|
||||||
|
|
||||||
if args.colab == True:
|
if args.colab == True:
|
||||||
os.environ["colab"] = True
|
os.environ["colab"] = "True"
|
||||||
# if os.getenv("EX_TB_PORT"):
|
# if os.getenv("EX_TB_PORT"):
|
||||||
# EX_TB_PORT = os.environ["EX_TB_PORT"]
|
# EX_TB_PORT = os.environ["EX_TB_PORT"]
|
||||||
# exApplitionInfo.external_tensorboard_port = int(EX_TB_PORT)
|
# exApplitionInfo.external_tensorboard_port = int(EX_TB_PORT)
|
||||||
|
Loading…
Reference in New Issue
Block a user