unused function

This commit is contained in:
Jeroen Oudshoorn
2024-02-04 17:44:05 +01:00
parent d142840307
commit c5ee1df855

View File

@ -51,7 +51,6 @@ def pwnagotchi_cli():
agent.mode = 'auto' agent.mode = 'auto'
agent.start() agent.start()
config = agent.config() config = agent.config()
session = agent.session()
while True: while True:
try: try: