Menyiapkan Wingide untuk men -debug Project Flask

if __name__ == '__main__':
    app.debug = False
    app.run()
SAMER SAEID