Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
VyvaHart committed May 24, 2024
1 parent feb1c80 commit 1c08368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from io import BytesIO

api_key = os.getenv("MY_SECRET")
FILE_PATH = '.\generated_images\\'
FILE_PATH = r'./generated_images/'


def image_gen():
Expand Down Expand Up @@ -68,4 +68,4 @@ def image_gen():

# run()

image_gen()
print(image_gen())

0 comments on commit 1c08368

Please sign in to comment.