Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Killer87 authored Sep 16, 2023
1 parent c4738c6 commit 8e5a798
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os
os.system("py -m pip install boto3")

from kivy.base import runTouchApp
from kivy.lang import Builder
import os
os.system("py -m pip install boto3")

if __name__ == '__main__' and __package__ is None:
from os import sys, path
Expand Down

0 comments on commit 8e5a798

Please sign in to comment.