Skip to content

Commit

Permalink
Suppress SSL warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hauzer committed Dec 30, 2024
1 parent 3625f96 commit f7e152d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dota_hero_grid_generator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import warnings
warnings.filterwarnings('ignore')

import asyncio
import json
from pathlib import Path
Expand Down

0 comments on commit f7e152d

Please sign in to comment.