diff --git a/config.py b/config.py
index 46b1345..b568690 100644
--- a/config.py
+++ b/config.py
@@ -77,7 +77,7 @@ def load_config():
         VIDEO_TITLE = section.get('title', VIDEO_TITLE)
         VIDEO_DESC = section.get('desc', VIDEO_DESC)
         VIDEO_TID = section.getint('tid', VIDEO_TID)
-        VIDEO_TAGS = section.getint('tags', VIDEO_TAGS)
+        VIDEO_TAGS = section.get('tags', VIDEO_TAGS)
     if config.has_section("clip"):
         section = config['clip']
         global VIDEO_CLIP_EACH_SEC, VIDEO_CLIP_OVERFLOW_SEC