Skip to content

Commit a5dd32d

Browse files
committed
chore: set headless mode for chatgpt by default
1 parent 304545e commit a5dd32d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"base_url": "https://chat.openai.com/",
3131

3232
"__comment14__": "Start browser in headless mode (without GUI)",
33-
"headless": false,
33+
"headless": true,
3434

3535
"__comment15__": "Chrome arguments",
3636
"chrome_options": [

src/lmao/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
"""
24-
__version__ = "1.2.0"
24+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)