From dbec5d99cf9d288e88b88eb5d5d83b03a04698a4 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 2 Feb 2019 17:04:25 +0000 Subject: [PATCH] Add file encoding to hearts2.py --- plugins/hearts2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/hearts2.py b/plugins/hearts2.py index 1e219d3..91527f6 100755 --- a/plugins/hearts2.py +++ b/plugins/hearts2.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# vim: set fileencoding=utf-8: # Eryn Wells import json