Skip to content

Commit

Permalink
Update mainmenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal332008 authored Nov 12, 2023
1 parent d7ce6c5 commit eb74ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/ba_data/python/bascenev1lib/mainmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ def _start_menu_music() -> None:

def _get_year_and_name(self) -> str:
"""Returns the year and name"""
# pylint: disable=consider-using-with
from urllib.request import urlopen

year = '2023'
Expand Down

0 comments on commit eb74ec9

Please sign in to comment.