mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
related to toml migration
This commit is contained in:
parent
52015014b4
commit
779da95f78
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue