Skip to content

Commit

Permalink
Merge pull request #14 from Zhou-Shilin/main
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
Zhou-Shilin authored May 27, 2024
2 parents f5015e8 + 2a0b10a commit 1f7e1f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__pycache__
generated/*
temp/*

build/*
logs/*
test.py
_config.yaml
2 changes: 1 addition & 1 deletion browser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import re, time
import time
import config
from playwright.sync_api import Playwright, sync_playwright, expect

Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RENDERING_URL: "https://beta.cubical.xyz/" # Don't change this unless you know w

# DEVELOPER SETTINGS #
DEBUG_MODE: True
VERSION_NUMBER: "1.1.0" #NEVER EDIT THIS IF YOU DON'T KNOW WHAT ARE YOU DOING
VERSION_NUMBER: "1.3.0" #NEVER EDIT THIS IF YOU DON'T KNOW WHAT ARE YOU DOING

# PROMPT SETTINGS #
# If you don't know what it is, please don't touch it. Be sure to backup before editing.
Expand Down
3 changes: 0 additions & 3 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import mcschematic
import sys
import json
import requests
import base64
import uuid

from log_writer import logger
import config
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
openai>=1.13.3
pyyaml
pyyaml
tkinter
cx_Freeze
playwright
uuid

0 comments on commit 1f7e1f3

Please sign in to comment.