Merge pull request #788 from dadav/fix/preview_toml_adjustment

Adjust preview.py (toml)
This commit is contained in:
Simone Margaritelli 2020-01-16 12:01:17 +01:00 committed by GitHub
commit 1cdc1641fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ import sys
import os import os
import argparse import argparse
import yaml import yaml
import toml
sys.path.insert(0, sys.path.insert(0,
os.path.join(os.path.dirname(os.path.realpath(__file__)), os.path.join(os.path.dirname(os.path.realpath(__file__)),
@ -133,7 +134,7 @@ def main():
sad: '(╥☁╥ )' sad: '(╥☁╥ )'
friend: '(♥‿‿♥)' friend: '(♥‿‿♥)'
broken: '(☓‿‿☓)' broken: '(☓‿‿☓)'
debug: '(#__#)' debug: '(#__#)'
''' '''
list_of_displays = list() list_of_displays = list()