Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadlaxa committed Jul 26, 2024
1 parent 66f19d7 commit 1d496e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OU Dictionary Editor/OpenUtau_Dictionary_Editor.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import configparser
from Assets.modules import requests
import zipfile
from zipfile import ZipFile
import shutil, threading, subprocess, copy, subprocess, platform, gzip, pyglet, pyperclip, io
import shutil, threading, subprocess, copy, platform, gzip, pyglet, pyperclip, io
import ctypes as ct
import json, pickle, darkdetect, webbrowser, markdown2, glob
from tkhtmlview import HTMLLabel
Expand All @@ -29,6 +29,7 @@ ASSETS = P('./Assets')
ICON = P('./Assets/icon.png')
ICON1 = P('./Assets/icon.ico')
CACHE = P('./Cache')
# soon
AUTOSAVES = P('./Autosaves and Backups')

# for treeview only but ruamel.yaml will handle them automatically
Expand Down

0 comments on commit 1d496e1

Please sign in to comment.