Skip to content

Commit

Permalink
lets try printing
Browse files Browse the repository at this point in the history
  • Loading branch information
FluxST committed Jun 14, 2023
1 parent ca2b84c commit 10ace39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pdns_pipe_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

deploy_env = os.environ.get('DEPLOY_ENV', 'staging') # Default to 'staging' if not set
config = APP_CONF if deploy_env == 'production' else APP2_CONF

print(config)
def get_char_to_find(name, split_type):
if split_type == SPLIT_NAME:
return name[0]
Expand Down

0 comments on commit 10ace39

Please sign in to comment.