Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Main application closes when eel web page is refreshed #581

@WillianGuerreiroColares

Description

@WillianGuerreiroColares

Main application is supported by flask. EEL Thread is started and web page pop-ups.Everything goes fine until user refresh eel web page. In this moment, main application stops.

import a
import b
import flask

def gui():
eel.start('index.html', size=(454, 440), port=8000, close_callback=close_callback, cmdline_args=['--disable-translate'])

eel.init('web')

#Flask app started ...
app. run()

Thread(target=gui, daemon=True).start()

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser : Chrome
  • Version : N/A

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions