Skip to content

Commit

Permalink
bugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmq24 committed Jun 25, 2021
1 parent 40f44fe commit 3de9b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

useVpn = conf.get('vpn', 'useVPN') == 'True'
vpnUrl = conf.get('vpn', 'vpnUrl')
vpnPort = conf.get('vpn', 'vpnPort')
vpnPort = int(conf.get('vpn', 'vpnPort'))

0 comments on commit 3de9b88

Please sign in to comment.