Fix identation
This commit is contained in:
@@ -22,11 +22,11 @@ def on_message(client, userdata, msg):
|
||||
lines = locations.read().splitlines()
|
||||
location = random.choice(lines)
|
||||
|
||||
with open("printer/actions.txt") as actions:
|
||||
with open("printer/actions.txt") as actions:
|
||||
lines = actions.read().splitlines()
|
||||
action = random.choice(lines)
|
||||
|
||||
with open("printer/adverbs.txt") as adverb:
|
||||
with open("printer/adverbs.txt") as adverb:
|
||||
lines = adverb.read().splitlines()
|
||||
adverb = random.choice(lines)
|
||||
|
||||
|
Reference in New Issue
Block a user