This commit is contained in:
ElEgEv 2023-09-23 14:44:54 +04:00
parent bf8c3fd34a
commit 7b1862cfba

View File

@ -56,10 +56,8 @@ def numtext():
firstColumn=int(data['firstColumn']), secondColumn=int(data['secondColumn']),
firstRow=int(data['firstRow']), secondRow=int(data['secondRow']))
home()
if __name__=="__main__":
app.run(debug=True)