Skip to content

Commit

Permalink
Merge pull request #1 from Syzuna/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakurax64 authored Jan 20, 2023
2 parents 53a31ff + 7c3bae2 commit d2f8c19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions load.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import encodings
import json
import logging
import os.path
from sre_parse import State
import sys
import tkinter as tk
import webbrowser
from datetime import datetime, timedelta
from enum import Enum
from functools import partial
Expand All @@ -20,7 +17,7 @@


this = sys.modules[__name__] # For holding module globals
this.VersionNo = "2.2"
this.VersionNo = "2.3"
this.FactionNames = []
this.TodayData = {}
this.YesterdayData = {}
Expand Down

0 comments on commit d2f8c19

Please sign in to comment.