Fresh start - excluded large ROM JSON files
This commit is contained in:
6
tools/check_cron.py
Normal file
6
tools/check_cron.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import sqlite3
|
||||
conn = sqlite3.connect(r'C:\Users\admin\.openclaw\cron.db')
|
||||
c = conn.cursor()
|
||||
c.execute('''SELECT name FROM sqlite_master WHERE type=''table''''')
|
||||
for r in c.fetchall():
|
||||
print(r)
|
||||
Reference in New Issue
Block a user