Fix indentation

This commit is contained in:
hugovk 2014-03-03 09:04:40 +02:00
parent 954e32a819
commit 023828c07a

View file

@ -12,7 +12,7 @@ import pylast
def load_secrets():
secrets_file = "test_pylast.yaml"
if os.path.isfile(secrets_file):
import yaml # pip install pyyaml
import yaml # pip install pyyaml
with open(secrets_file, "r") as f: # see example_test_pylast.yaml
doc = yaml.load(f)
else: