Skip to content

Commit

Permalink
still trying
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinch-Bug committed Jun 19, 2024
1 parent fa7fe6c commit b9de75d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import scripts.screens.all_screens


os.makedirs('./saved_images', exist_ok=True)
clock = pygame.time.Clock()
scripts.screens.all_screens.start_screen.screen_switches()

Expand Down
1 change: 0 additions & 1 deletion scripts/screens/save_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def save_image(self):
file_number = ""
i = 0

os.makedirs('./saved_images', exist_ok=True)
while True:
if os.path.isfile(f"{'./saved_images'}/{file_name + file_number}.png"):
i += 1
Expand Down

0 comments on commit b9de75d

Please sign in to comment.