Add events module with dashboard UI, scheduling, signups, and settings updates; extend env/readme.
This commit is contained in:
9
tmp_check.py
Normal file
9
tmp_check.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from pathlib import Path
|
||||
raw = Path('src/services/ticketService.ts').read_bytes()
|
||||
print('len', len(raw))
|
||||
try:
|
||||
raw.decode('utf-8')
|
||||
print('utf8 ok')
|
||||
except Exception as e:
|
||||
print('decode error', e)
|
||||
print(raw[e.start:e.start+12])
|
||||
Reference in New Issue
Block a user