Skip to content

Commit 2fd9f3f

Browse files
committed
missing import
1 parent 5f05595 commit 2fd9f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

telebot.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import httpclient
33
import json
44
import strutils
55
import tempfile
6+
import os
7+
68
const
79
API_URL = "https://api.telegram.org/bot$#/$#"
810

0 commit comments

Comments
 (0)