Merge pull request #788 from dadav/fix/preview_toml_adjustment
Adjust preview.py (toml)
This commit is contained in:
commit
1cdc1641fc
@ -3,6 +3,7 @@ import sys
|
||||
import os
|
||||
import argparse
|
||||
import yaml
|
||||
import toml
|
||||
|
||||
sys.path.insert(0,
|
||||
os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
||||
@ -133,7 +134,7 @@ def main():
|
||||
sad: '(╥☁╥ )'
|
||||
friend: '(♥‿‿♥)'
|
||||
broken: '(☓‿‿☓)'
|
||||
debug: '(#__#)'
|
||||
debug: '(#__#)'
|
||||
'''
|
||||
|
||||
list_of_displays = list()
|
||||
|
Loading…
x
Reference in New Issue
Block a user