fix: api plugin is now called grid and opt-out

This commit is contained in:
Simone Margaritelli 2019-10-07 16:23:38 +02:00
parent db3b7f577a
commit 7a24a1a0bc
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ main:
custom_plugins:
# which plugins to load and enable
plugins:
api:
enabled: false
grid:
enabled: true
report: true # report pwned networks
auto-update:
enabled: false

View File

@ -1,8 +1,8 @@
__author__ = 'evilsocket@gmail.com'
__version__ = '1.0.0'
__name__ = 'api'
__name__ = 'grid'
__license__ = 'GPL3'
__description__ = 'This plugin signals the unit cryptographic identity to api.pwnagotchi.ai'
__description__ = 'This plugin signals the unit cryptographic identity and list of pwned networks and list of pwned networks to api.pwnagotchi.ai'
import os
import logging