From 838c132a744e4fc1d454f703a4965bcd3a4de4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jurgo?= Date: Thu, 17 Nov 2016 08:45:29 +0100 Subject: [PATCH] Drobna poprawka dictionary.rb --- dictionary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionary.rb b/dictionary.rb index f86a2a8..ae99fe2 100644 --- a/dictionary.rb +++ b/dictionary.rb @@ -1,4 +1,4 @@ -txt = open("input.txt") +txt = open("keywords.txt") filenames = ["actions.txt", "directions.txt", "movement.txt"] dictionary = {}