diff options
-rw-r--r-- | templates/config.py.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/config.py.erb b/templates/config.py.erb index b960f37..b2dd998 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -31,7 +31,7 @@ SSLPORT = <%= sslport %> # OPTION: SSLFINGERPRINT # SHA1 Fingerprint of the IRC Server SSL key. Connections # will fail if this fingerprint doesn't match. -SSLFINGERPRINT = <%= sslfingerprint %> +SSLFINGERPRINT = "<%= sslfingerprint %>" <% end %> # OPTION: REALNAME # The realname field of IRC clients will be set to this value. |