mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +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:
|
||||
os.environ["colab"] = True
|
||||
os.environ["colab"] = "True"
|
||||
# if os.getenv("EX_TB_PORT"):
|
||||
# EX_TB_PORT = os.environ["EX_TB_PORT"]
|
||||
# exApplitionInfo.external_tensorboard_port = int(EX_TB_PORT)
|
||||
|
Loading…
Reference in New Issue
Block a user