Skip to content

Commit 23c5ed6

Browse files
committed
fixes python sintax
1 parent a2c39c6 commit 23c5ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platformshconfig/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def on_enterprise(self):
397397
398398
"""
399399

400-
return self.on_dedicated
400+
return self.on_dedicated()
401401

402402
def on_production(self):
403403
"""Determines if the current environment is a production environment.

0 commit comments

Comments
 (0)