Add 1; at the end of config file so perl won't complain

This commit is contained in:
qorg11 2021-11-03 14:39:52 +01:00
parent 61659865f2
commit 7d59a23052
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -16,3 +16,6 @@ $config{instance} = "https://vid.qorg11.net";
$config{default_resolution} = 0;
# This tells perl everything's alright
1;