Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
fix equal
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaraba committed Sep 17, 2021
1 parent a21e2e6 commit 1415ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smaregipy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(

def set_env(self: 'Config', env_division: str) -> 'Config':
self.env_division = env_division
if env_division is self.ENV_DIVISION_PRODUCTION:
if env_division == self.ENV_DIVISION_PRODUCTION:
self.uri_access = 'https://id.smaregi.jp'
self.uri_api = 'https://api.smaregi.jp'
else:
Expand Down

0 comments on commit 1415ea1

Please sign in to comment.