From fe0e36796aab997a8431a527bea0758ee4c31572 Mon Sep 17 00:00:00 2001 From: a2nr Date: Sun, 4 Jan 2026 17:52:00 +0700 Subject: [PATCH] fixing token script --- generate_tokens.py | 6 +++--- tokens.csv | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 tokens.csv diff --git a/generate_tokens.py b/generate_tokens.py index 608ed1d..49a00d9 100644 --- a/generate_tokens.py +++ b/generate_tokens.py @@ -9,8 +9,8 @@ import glob import uuid # Configuration -CONTENT_DIR = 'content' -TOKENS_FILE = 'tokens.csv' +CONTENT_DIR = '../content' +TOKENS_FILE = '../tokens_siswa.csv' def get_lesson_names(): """Get all lesson names from the content directory (excluding home.md)""" @@ -41,4 +41,4 @@ def generate_tokens_csv(): print("Teachers can now add student tokens and names directly to this file.") if __name__ == '__main__': - generate_tokens_csv() \ No newline at end of file + generate_tokens_csv() diff --git a/tokens.csv b/tokens.csv deleted file mode 100644 index 6d12c67..0000000 --- a/tokens.csv +++ /dev/null @@ -1,2 +0,0 @@ -token;nama_siswa;introduction_to_c;variables_and_data_types -TESTTOKEN123;Test User;completed;